Html Css Color HEX #55566E Comet

📋 copy color: '#55566E'

red 85 ◦ green 86 ◦ blue 110

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

Shades of Comet #55566E

Tints of Comet #55566E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.15%

R = 30.25%
G = 30.6%
B = 39.15%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#55566E (or 0x55566E) is known color: Comet. HEX triplet: 55, 56 and 6E. RGB value is (85,86,110). Sum of RGB (Red+Green+Blue) = 85+86+110=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #55566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566E is #AAA991. Grayscale: #585858. Windows color (decimal): -11184530 or 7231061. OLE color: 7231061.

HSL color Cylindrical-coordinate representation of color #55566E: hue angle of 237.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #55566E is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 86 110 -
CMYK 0.23 0.22 0 0.57
HSL 237.6º 0.13% 0.38% -
HSV(B) 237.6º 0.23% 0.43% -
XYZ 9.89 9.71 16.11 -
YUV 88.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 85 86 110 0.23 0.22 0 0.57 237.6 0.13 0.38
Hex 55 56 6E 17 16 0 39 EE D 26
Octal 125 126 156 27 26 0 71 356 15 46
Binary 1010101 1010110 1101110 10111 10110 0 111001 11101110 1101 100110

Color Harmonies of #55566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55566E

Black with #55566E

Text Example


Text Example

White with #55566E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55566E; }

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

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

background-color css

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

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

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

border-color css

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

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

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