Html Css Color HEX #555774 Comet

📋 copy color: '#555774'

red 85 ◦ green 87 ◦ blue 116

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

Shades of Comet #555774

Tints of Comet #555774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.28%

R = 29.51%
G = 30.21%
B = 40.28%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555774 (or 0x555774) is known color: Comet. HEX triplet: 55, 57 and 74. RGB value is (85,87,116). Sum of RGB (Red+Green+Blue) = 85+87+116=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #555774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555774 is #AAA88B. Grayscale: #595959. Windows color (decimal): -11184268 or 7624533. OLE color: 7624533.

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

Color convert

RGB 85 87 116 -
CMYK 0.27 0.25 0 0.55
HSL 236.13º 0.15% 0.39% -
HSV(B) 236.13º 0.27% 0.45% -
XYZ 10.31 10.01 17.91 -
YUV 89.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 85 87 116 0.27 0.25 0 0.55 236.13 0.15 0.39
Hex 55 57 74 1B 19 0 37 EC F 27
Octal 125 127 164 33 31 0 67 354 17 47
Binary 1010101 1010111 1110100 11011 11001 0 110111 11101100 1111 100111

Color Harmonies of #555774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555774

Black with #555774

Text Example


Text Example

White with #555774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555774; }

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

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

background-color css

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

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

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

border-color css

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

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

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