Html Css Color HEX #55566F Comet

📋 copy color: '#55566F'

red 85 ◦ green 86 ◦ blue 111

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

Shades of Comet #55566F

Tints of Comet #55566F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.36%

R = 30.14%
G = 30.5%
B = 39.36%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#55566F (or 0x55566F) is known color: Comet. HEX triplet: 55, 56 and 6F. RGB value is (85,86,111). Sum of RGB (Red+Green+Blue) = 85+86+111=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 111 - color contains mainly: blue. Hex color #55566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55566F is #AAA990. Grayscale: #585858. Windows color (decimal): -11184529 or 7296597. OLE color: 7296597.

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

Color convert

RGB 85 86 111 -
CMYK 0.23 0.23 0 0.56
HSL 237.69º 0.13% 0.38% -
HSV(B) 237.69º 0.23% 0.44% -
XYZ 9.94 9.73 16.39 -
YUV 88.55 140.67 125.47 -
System Red Green Blue C M Y K H S L
Decimal 85 86 111 0.23 0.23 0 0.56 237.69 0.13 0.38
Hex 55 56 6F 17 17 0 38 EE D 26
Octal 125 126 157 27 27 0 70 356 15 46
Binary 1010101 1010110 1101111 10111 10111 0 111000 11101110 1101 100110

Color Harmonies of #55566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55566F

Black with #55566F

Text Example


Text Example

White with #55566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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