#055CBA

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

Shades of Denim #055CBA

Tints of Denim #055CBA

Color information

#055CBA (or 0x055CBA) is unknown color: approx Denim. HEX triplet: 05, 5C and BA. RGB value is (5,92,186). Sum of RGB (Red+Green+Blue) = 5+92+186=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #055CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CBA is #FAA345. Grayscale: #4C4C4C. Windows color (decimal): -16425798 or 12213253. OLE color: 12213253.

HSL color Cylindrical-coordinate representation of color #055CBA: hue angle of 211.16º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055CBA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB592186-
CMYK0.970.5100.27
HSL211.16º94.76%37.45%-
HSV(B)211.16º97.31%72.94%-
XYZ12.7511.2347.95-
YUV76.7189.6876.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=1.77%
G=32.51%
B=65.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5921860.970.5100.27211.1694.7637.45
Hex55CBA613301Bd35f25
Octal51342721416303332313745
Binary1011011100101110101100001110011011011110100111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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