#055CB1

Color #055CB1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #055CB1

Tints of Denim #055CB1

Color information

#055CB1 (or 0x055CB1) is unknown color: approx Denim. HEX triplet: 05, 5C and B1. RGB value is (5,92,177). Sum of RGB (Red+Green+Blue) = 5+92+177=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #055CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055CB1 is #FAA34E. Grayscale: #4B4B4B. Windows color (decimal): -16425807 or 11623429. OLE color: 11623429.

HSL color Cylindrical-coordinate representation of color #055CB1: hue angle of 209.65º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055CB1 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB592177-
CMYK0.970.4800.31
HSL209.65º94.51%35.69%-
HSV(B)209.65º97.18%69.41%-
XYZ11.8310.8643.07-
YUV75.68185.1877.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 177 (69.53% from 255) = 64.60%
R=1.82%
G=33.58%
B=64.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5921770.970.4800.31209.6594.5135.69
Hex55CB1613001Fd25f24
Octal51342611416003732213744
Binary1011011100101100011100001110000011111110100101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055CB1; }

 p { color: rgb(5,92,177); }

 H1.HeaderClassName
 {
   color: #055CB1;
 }
 .AnyTagClassName
 {
   color: #055CB1;
 }
</style>
background-color css

<style>
 a { background-color: #055CB1; }

 a { background-color: rgb(5,92,177); }

 div.DivClassName
 {
   background-color: #055CB1;
 }
 .BgClassName
 {
   background-color: #055CB1;
 }
</style>
border-color css

<style>
 span { border-color: #055CB1; }

 span { border-color: rgb(5,92,177); }

 td.TdClassName
 {
   border-color: #055CB1;
 }
 .TagClassName
 {
   border-color: #055CB1;
 }
</style>