#055CBD

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

Shades of Denim #055CBD

Tints of Denim #055CBD

Color information

#055CBD (or 0x055CBD) is unknown color: approx Denim. HEX triplet: 05, 5C and BD. RGB value is (5,92,189). Sum of RGB (Red+Green+Blue) = 5+92+189=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #055CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CBD is #FAA342. Grayscale: #4C4C4C. Windows color (decimal): -16425795 or 12409861. OLE color: 12409861.

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

Color convert

RGB592189-
CMYK0.970.5100.26
HSL211.63º94.85%38.04%-
HSV(B)211.63º97.35%74.12%-
XYZ13.0811.3649.65-
YUV77.04191.1876.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 189 (74.22% from 255) = 66.08%
R=1.75%
G=32.17%
B=66.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5921890.970.5100.26211.6394.8538.04
Hex55CBD613301Ad45f26
Octal51342751416303232413746
Binary1011011100101111011100001110011011010110101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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