Html Css Color HEX #555672 Comet

📋 copy color: '#555672'

red 85 ◦ green 86 ◦ blue 114

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

Shades of Comet #555672

Tints of Comet #555672

RGB

 RED value IS 85 (33.59% from 255) = 29.82%

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 114 (44.92% from 255) = 40%

R = 29.82%
G = 30.18%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555672 (or 0x555672) is known color: Comet. HEX triplet: 55, 56 and 72. RGB value is (85,86,114). Sum of RGB (Red+Green+Blue) = 85+86+114=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #555672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555672 is #AAA98D. Grayscale: #585858. Windows color (decimal): -11184526 or 7493205. OLE color: 7493205.

HSL color Cylindrical-coordinate representation of color #555672: hue angle of 237.93º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #555672 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 86 114 -
CMYK 0.25 0.25 0 0.55
HSL 237.93º 0.15% 0.39% -
HSV(B) 237.93º 0.25% 0.45% -
XYZ 10.11 9.8 17.28 -
YUV 88.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 85 86 114 0.25 0.25 0 0.55 237.93 0.15 0.39
Hex 55 56 72 19 19 0 37 EE F 27
Octal 125 126 162 31 31 0 67 356 17 47
Binary 1010101 1010110 1110010 11001 11001 0 110111 11101110 1111 100111

Color Harmonies of #555672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555672

Black with #555672

Text Example


Text Example

White with #555672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555672; }

 p { color: rgb(85,86,114); }

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

background-color css

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

 a { background-color: rgb(85,86,114); }

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

border-color css

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

 span { border-color: rgb(85,86,114); }

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