Html Css Color HEX #555870 Comet

📋 copy color: '#555870'

red 85 ◦ green 88 ◦ blue 112

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

Shades of Comet #555870

Tints of Comet #555870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.3%

R = 29.82%
G = 30.88%
B = 39.3%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#555870 (or 0x555870) is known color: Comet. HEX triplet: 55, 58 and 70. RGB value is (85,88,112). Sum of RGB (Red+Green+Blue) = 85+88+112=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #555870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555870 is #AAA78F. Grayscale: #595959. Windows color (decimal): -11184016 or 7362645. OLE color: 7362645.

HSL color Cylindrical-coordinate representation of color #555870: hue angle of 233.33º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #555870 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 88 112 -
CMYK 0.24 0.21 0 0.56
HSL 233.33º 0.14% 0.39% -
HSV(B) 233.33º 0.24% 0.44% -
XYZ 10.16 10.08 16.74 -
YUV 89.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 85 88 112 0.24 0.21 0 0.56 233.33 0.14 0.39
Hex 55 58 70 18 15 0 38 E9 E 27
Octal 125 130 160 30 25 0 70 351 16 47
Binary 1010101 1011000 1110000 11000 10101 0 111000 11101001 1110 100111

Color Harmonies of #555870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555870

Black with #555870

Text Example


Text Example

White with #555870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555870; }

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

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

background-color css

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

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

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

border-color css

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

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

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