Html Css Color HEX #055DAE Denim

📋 copy color: '#055DAE'

red 5 ◦ green 93 ◦ blue 174

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

Shades of Denim #055DAE

Tints of Denim #055DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 63.97%

R = 1.84%
G = 34.19%
B = 63.97%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#055DAE (or 0x055DAE) is known color: Denim. HEX triplet: 05, 5D and AE. RGB value is (5,93,174). Sum of RGB (Red+Green+Blue) = 5+93+174=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #055DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055DAE is #FAA251. Grayscale: #4B4B4B. Windows color (decimal): -16425554 or 11427077. OLE color: 11427077.

HSL color Cylindrical-coordinate representation of color #055DAE: hue angle of 208.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055DAE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 93 174 -
CMYK 0.97 0.47 0 0.32
HSL 208.76º 0.94% 0.35% -
HSV(B) 208.76º 0.97% 0.68% -
XYZ 11.62 10.92 41.54 -
YUV 75.92 183.35 77.41 -
System Red Green Blue C M Y K H S L
Decimal 5 93 174 0.97 0.47 0 0.32 208.76 0.94 0.35
Hex 5 5D AE 61 2F 0 20 D1 5E 23
Octal 5 135 256 141 57 0 40 321 136 43
Binary 101 1011101 10101110 1100001 101111 0 100000 11010001 1011110 100011

Color Harmonies of #055DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055DAE

Black with #055DAE

Text Example


Text Example

White with #055DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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