Html Css Color HEX #555875 Comet

📋 copy color: '#555875'

red 85 ◦ green 88 ◦ blue 117

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

Shades of Comet #555875

Tints of Comet #555875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 29.31%
G = 30.34%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#555875 (or 0x555875) is known color: Comet. HEX triplet: 55, 58 and 75. RGB value is (85,88,117). Sum of RGB (Red+Green+Blue) = 85+88+117=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #555875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555875 is #AAA78A. Grayscale: #5A5A5A. Windows color (decimal): -11184011 or 7690325. OLE color: 7690325.

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

Color convert

RGB 85 88 117 -
CMYK 0.27 0.25 0 0.54
HSL 234.38º 0.16% 0.4% -
HSV(B) 234.38º 0.27% 0.46% -
XYZ 10.45 10.2 18.25 -
YUV 90.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 85 88 117 0.27 0.25 0 0.54 234.38 0.16 0.4
Hex 55 58 75 1B 19 0 36 EA 10 28
Octal 125 130 165 33 31 0 66 352 20 50
Binary 1010101 1011000 1110101 11011 11001 0 110110 11101010 10000 101000

Color Harmonies of #555875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555875

Black with #555875

Text Example


Text Example

White with #555875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555875; }

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

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

background-color css

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

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

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

border-color css

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

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

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