Html Css Color HEX #555975 Comet

📋 copy color: '#555975'

red 85 ◦ green 89 ◦ blue 117

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

Shades of Comet #555975

Tints of Comet #555975

RGB

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

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

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

R = 29.21%
G = 30.58%
B = 40.21%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555975 (or 0x555975) is known color: Comet. HEX triplet: 55, 59 and 75. RGB value is (85,89,117). Sum of RGB (Red+Green+Blue) = 85+89+117=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #555975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555975 is #AAA68A. Grayscale: #5A5A5A. Windows color (decimal): -11183755 or 7690581. OLE color: 7690581.

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

Color convert

RGB 85 89 117 -
CMYK 0.27 0.24 0 0.54
HSL 232.5º 0.16% 0.4% -
HSV(B) 232.5º 0.27% 0.46% -
XYZ 10.53 10.36 18.27 -
YUV 91 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 85 89 117 0.27 0.24 0 0.54 232.5 0.16 0.4
Hex 55 59 75 1B 18 0 36 E8 10 28
Octal 125 131 165 33 30 0 66 350 20 50
Binary 1010101 1011001 1110101 11011 11000 0 110110 11101000 10000 101000

Color Harmonies of #555975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555975

Black with #555975

Text Example


Text Example

White with #555975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555975; }

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

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

background-color css

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

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

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

border-color css

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

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

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