Html Css Color HEX #56596F Comet

📋 copy color: '#56596F'

red 86 ◦ green 89 ◦ blue 111

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

Shades of Comet #56596F

Tints of Comet #56596F

RGB

 RED value IS 86 (33.98% from 255) = 30.07%

 GREEN value IS 89 (35.16% from 255) = 31.12%

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

R = 30.07%
G = 31.12%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#56596F (or 0x56596F) is known color: Comet. HEX triplet: 56, 59 and 6F. RGB value is (86,89,111). Sum of RGB (Red+Green+Blue) = 86+89+111=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 111 (43.75% from 255 or 38.81% from 286); Max value from RGB is 111 - color contains mainly: blue. Hex color #56596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596F is #A9A690. Grayscale: #5A5A5A. Windows color (decimal): -11118225 or 7297366. OLE color: 7297366.

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

Color convert

RGB 86 89 111 -
CMYK 0.23 0.20 0 0.56
HSL 232.8º 0.13% 0.39% -
HSV(B) 232.8º 0.23% 0.44% -
XYZ 10.28 10.27 16.48 -
YUV 90.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 86 89 111 0.23 0.20 0 0.56 232.8 0.13 0.39
Hex 56 59 6F 17 14 0 38 E9 D 27
Octal 126 131 157 27 24 0 70 351 15 47
Binary 1010110 1011001 1101111 10111 10100 0 111000 11101001 1101 100111

Color Harmonies of #56596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56596F

Black with #56596F

Text Example


Text Example

White with #56596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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