Html Css Color HEX #555574 Comet

📋 copy color: '#555574'

red 85 ◦ green 85 ◦ blue 116

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

Shades of Comet #555574

Tints of Comet #555574

RGB

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

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

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

R = 29.72%
G = 29.72%
B = 40.56%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#555574 (or 0x555574) is known color: Comet. HEX triplet: 55, 55 and 74. RGB value is (85,85,116). Sum of RGB (Red+Green+Blue) = 85+85+116=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #555574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555574 is #AAAA8B. Grayscale: #585858. Windows color (decimal): -11184780 or 7624021. OLE color: 7624021.

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

Color convert

RGB 85 85 116 -
CMYK 0.27 0.27 0 0.55
HSL 240º 0.15% 0.39% -
HSV(B) 240º 0.27% 0.45% -
XYZ 10.15 9.69 17.86 -
YUV 88.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 85 85 116 0.27 0.27 0 0.55 240 0.15 0.39
Hex 55 55 74 1B 1B 0 37 F0 F 27
Octal 125 125 164 33 33 0 67 360 17 47
Binary 1010101 1010101 1110100 11011 11011 0 110111 11110000 1111 100111

Color Harmonies of #555574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555574

Black with #555574

Text Example


Text Example

White with #555574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555574; }

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

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

background-color css

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

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

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

border-color css

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

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

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