Html Css Color HEX #555575 Comet

📋 copy color: '#555575'

red 85 ◦ green 85 ◦ blue 117

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

Shades of Comet #555575

Tints of Comet #555575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.77%

R = 29.62%
G = 29.62%
B = 40.77%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555575 (or 0x555575) is known color: Comet. HEX triplet: 55, 55 and 75. RGB value is (85,85,117). Sum of RGB (Red+Green+Blue) = 85+85+117=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #555575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555575 is #AAAA8A. Grayscale: #585858. Windows color (decimal): -11184779 or 7689557. OLE color: 7689557.

HSL color Cylindrical-coordinate representation of color #555575: hue angle of 240º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #555575 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 85 85 117 -
CMYK 0.27 0.27 0 0.54
HSL 240º 0.16% 0.4% -
HSV(B) 240º 0.27% 0.46% -
XYZ 10.21 9.71 18.17 -
YUV 88.65 144 125.4 -
System Red Green Blue C M Y K H S L
Decimal 85 85 117 0.27 0.27 0 0.54 240 0.16 0.4
Hex 55 55 75 1B 1B 0 36 F0 10 28
Octal 125 125 165 33 33 0 66 360 20 50
Binary 1010101 1010101 1110101 11011 11011 0 110110 11110000 10000 101000

Color Harmonies of #555575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555575

Black with #555575

Text Example


Text Example

White with #555575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555575; }

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

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

background-color css

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

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

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

border-color css

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

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

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