Html Css Color HEX #555772 Comet

📋 copy color: '#555772'

red 85 ◦ green 87 ◦ blue 114

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

Shades of Comet #555772

Tints of Comet #555772

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 29.72%
G = 30.42%
B = 39.86%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555772 (or 0x555772) is known color: Comet. HEX triplet: 55, 57 and 72. RGB value is (85,87,114). Sum of RGB (Red+Green+Blue) = 85+87+114=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #555772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555772 is #AAA88D. Grayscale: #595959. Windows color (decimal): -11184270 or 7493461. OLE color: 7493461.

HSL color Cylindrical-coordinate representation of color #555772: hue angle of 235.86º 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 #555772 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 87 114 -
CMYK 0.25 0.24 0 0.55
HSL 235.86º 0.15% 0.39% -
HSV(B) 235.86º 0.25% 0.45% -
XYZ 10.19 9.96 17.31 -
YUV 89.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 85 87 114 0.25 0.24 0 0.55 235.86 0.15 0.39
Hex 55 57 72 19 18 0 37 EC F 27
Octal 125 127 162 31 30 0 67 354 17 47
Binary 1010101 1010111 1110010 11001 11000 0 110111 11101100 1111 100111

Color Harmonies of #555772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555772

Black with #555772

Text Example


Text Example

White with #555772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555772; }

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

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

background-color css

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

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

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

border-color css

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

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

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