Html Css Color HEX #56586C Comet

📋 copy color: '#56586C'

red 86 ◦ green 88 ◦ blue 108

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

Shades of Comet #56586C

Tints of Comet #56586C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

 BLUE value IS 108 (42.58% from 255) = 38.3%

R = 30.5%
G = 31.21%
B = 38.3%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56586C (or 0x56586C) is known color: Comet. HEX triplet: 56, 58 and 6C. RGB value is (86,88,108). Sum of RGB (Red+Green+Blue) = 86+88+108=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 108 - color contains mainly: blue. Hex color #56586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56586C is #A9A793. Grayscale: #595959. Windows color (decimal): -11118484 or 7100502. OLE color: 7100502.

HSL color Cylindrical-coordinate representation of color #56586C: hue angle of 234.55º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56586C is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 88 108 -
CMYK 0.20 0.19 0 0.58
HSL 234.55º 0.11% 0.38% -
HSV(B) 234.55º 0.2% 0.42% -
XYZ 10.03 10.04 15.6 -
YUV 89.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 86 88 108 0.20 0.19 0 0.58 234.55 0.11 0.38
Hex 56 58 6C 14 13 0 3A EB B 26
Octal 126 130 154 24 23 0 72 353 13 46
Binary 1010110 1011000 1101100 10100 10011 0 111010 11101011 1011 100110

Color Harmonies of #56586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56586C

Black with #56586C

Text Example


Text Example

White with #56586C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56586C; }

 p { color: rgb(86,88,108); }

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

background-color css

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

 a { background-color: rgb(86,88,108); }

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

border-color css

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

 span { border-color: rgb(86,88,108); }

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