Html Css Color HEX #055DB6 Denim

📋 copy color: '#055DB6'

red 5 ◦ green 93 ◦ blue 182

#055DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #055DB6

Tints of Denim #055DB6

RGB

 RED value IS 5 (2.34% from 255) = 1.79%

 GREEN value IS 93 (36.72% from 255) = 33.21%

 BLUE value IS 182 (71.48% from 255) = 65%

R = 1.79%
G = 33.21%
B = 65%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#055DB6 (or 0x055DB6) is known color: Denim. HEX triplet: 05, 5D and B6. RGB value is (5,93,182). Sum of RGB (Red+Green+Blue) = 5+93+182=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #055DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055DB6 is #FAA249. Grayscale: #4C4C4C. Windows color (decimal): -16425546 or 11951365. OLE color: 11951365.

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

Color convert

RGB 5 93 182 -
CMYK 0.97 0.49 0 0.29
HSL 210.17º 0.95% 0.37% -
HSV(B) 210.17º 0.97% 0.71% -
XYZ 12.42 11.24 45.77 -
YUV 76.83 187.35 76.76 -
System Red Green Blue C M Y K H S L
Decimal 5 93 182 0.97 0.49 0 0.29 210.17 0.95 0.37
Hex 5 5D B6 61 31 0 1D D2 5F 25
Octal 5 135 266 141 61 0 35 322 137 45
Binary 101 1011101 10110110 1100001 110001 0 11101 11010010 1011111 100101

Color Harmonies of #055DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DB6

Black with #055DB6

Text Example


Text Example

White with #055DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,93,182); }

 H1.HeaderClassName
 {
   color: #055DB6;
 }
 .AnyTagClassName
 {
   color: #055DB6;
 }
</style>

background-color css

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

 a { background-color: rgb(5,93,182); }

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

border-color css

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

 span { border-color: rgb(5,93,182); }

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