Html Css Color HEX #555775 Comet

📋 copy color: '#555775'

red 85 ◦ green 87 ◦ blue 117

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

Shades of Comet #555775

Tints of Comet #555775

RGB

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

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

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

R = 29.41%
G = 30.1%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555775 (or 0x555775) is known color: Comet. HEX triplet: 55, 57 and 75. RGB value is (85,87,117). Sum of RGB (Red+Green+Blue) = 85+87+117=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 117 - color contains mainly: blue. Hex color #555775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555775 is #AAA88A. Grayscale: #595959. Windows color (decimal): -11184267 or 7690069. OLE color: 7690069.

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

Color convert

RGB 85 87 117 -
CMYK 0.27 0.26 0 0.54
HSL 236.25º 0.16% 0.4% -
HSV(B) 236.25º 0.27% 0.46% -
XYZ 10.37 10.03 18.22 -
YUV 89.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 85 87 117 0.27 0.26 0 0.54 236.25 0.16 0.4
Hex 55 57 75 1B 1A 0 36 EC 10 28
Octal 125 127 165 33 32 0 66 354 20 50
Binary 1010101 1010111 1110101 11011 11010 0 110110 11101100 10000 101000

Color Harmonies of #555775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555775

Black with #555775

Text Example


Text Example

White with #555775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555775; }

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

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

background-color css

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

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

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

border-color css

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

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

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