Html Css Color HEX #555675 Comet

📋 copy color: '#555675'

red 85 ◦ green 86 ◦ blue 117

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

Shades of Comet #555675

Tints of Comet #555675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 29.51%
G = 29.86%
B = 40.63%

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

#555675 (or 0x555675) is known color: Comet. HEX triplet: 55, 56 and 75. RGB value is (85,86,117). Sum of RGB (Red+Green+Blue) = 85+86+117=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #555675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555675 is #AAA98A. Grayscale: #595959. Windows color (decimal): -11184523 or 7689813. OLE color: 7689813.

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

Color convert

RGB 85 86 117 -
CMYK 0.27 0.26 0 0.54
HSL 238.13º 0.16% 0.4% -
HSV(B) 238.13º 0.27% 0.46% -
XYZ 10.28 9.87 18.19 -
YUV 89.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 85 86 117 0.27 0.26 0 0.54 238.13 0.16 0.4
Hex 55 56 75 1B 1A 0 36 EE 10 28
Octal 125 126 165 33 32 0 66 356 20 50
Binary 1010101 1010110 1110101 11011 11010 0 110110 11101110 10000 101000

Color Harmonies of #555675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555675

Black with #555675

Text Example


Text Example

White with #555675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555675; }

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

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

background-color css

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

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

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

border-color css

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

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

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