Html Css Color HEX #555974 Comet

📋 copy color: '#555974'

red 85 ◦ green 89 ◦ blue 116

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

Shades of Comet #555974

Tints of Comet #555974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 29.31%
G = 30.69%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555974 (or 0x555974) is known color: Comet. HEX triplet: 55, 59 and 74. RGB value is (85,89,116). Sum of RGB (Red+Green+Blue) = 85+89+116=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 116 (45.70% from 255 or 40% from 290); Max value from RGB is 116 - color contains mainly: blue. Hex color #555974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555974 is #AAA68B. Grayscale: #5A5A5A. Windows color (decimal): -11183756 or 7625045. OLE color: 7625045.

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

Color convert

RGB 85 89 116 -
CMYK 0.27 0.23 0 0.55
HSL 232.26º 0.15% 0.39% -
HSV(B) 232.26º 0.27% 0.45% -
XYZ 10.47 10.34 17.97 -
YUV 90.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 85 89 116 0.27 0.23 0 0.55 232.26 0.15 0.39
Hex 55 59 74 1B 17 0 37 E8 F 27
Octal 125 131 164 33 27 0 67 350 17 47
Binary 1010101 1011001 1110100 11011 10111 0 110111 11101000 1111 100111

Color Harmonies of #555974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555974

Black with #555974

Text Example


Text Example

White with #555974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555974; }

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

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

background-color css

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

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

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

border-color css

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

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

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