Html Css Color HEX #56596E Comet

📋 copy color: '#56596E'

red 86 ◦ green 89 ◦ blue 110

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

Shades of Comet #56596E

Tints of Comet #56596E

RGB

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

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

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

R = 30.18%
G = 31.23%
B = 38.6%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56596E (or 0x56596E) is known color: Comet. HEX triplet: 56, 59 and 6E. RGB value is (86,89,110). Sum of RGB (Red+Green+Blue) = 86+89+110=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 110 - color contains mainly: blue. Hex color #56596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56596E is #A9A691. Grayscale: #5A5A5A. Windows color (decimal): -11118226 or 7231830. OLE color: 7231830.

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

Color convert

RGB 86 89 110 -
CMYK 0.22 0.19 0 0.57
HSL 232.5º 0.12% 0.38% -
HSV(B) 232.5º 0.22% 0.43% -
XYZ 10.22 10.25 16.19 -
YUV 90.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 86 89 110 0.22 0.19 0 0.57 232.5 0.12 0.38
Hex 56 59 6E 16 13 0 39 E8 C 26
Octal 126 131 156 26 23 0 71 350 14 46
Binary 1010110 1011001 1101110 10110 10011 0 111001 11101000 1100 100110

Color Harmonies of #56596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56596E

Black with #56596E

Text Example


Text Example

White with #56596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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