Html Css Color HEX #56586D Comet

📋 copy color: '#56586D'

red 86 ◦ green 88 ◦ blue 109

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

Shades of Comet #56586D

Tints of Comet #56586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.52%

R = 30.39%
G = 31.1%
B = 38.52%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#56586D (or 0x56586D) is known color: Comet. HEX triplet: 56, 58 and 6D. RGB value is (86,88,109). Sum of RGB (Red+Green+Blue) = 86+88+109=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #56586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56586D is #A9A792. Grayscale: #595959. Windows color (decimal): -11118483 or 7166038. OLE color: 7166038.

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

Color convert

RGB 86 88 109 -
CMYK 0.21 0.19 0 0.57
HSL 234.78º 0.12% 0.38% -
HSV(B) 234.78º 0.21% 0.43% -
XYZ 10.09 10.06 15.88 -
YUV 89.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 86 88 109 0.21 0.19 0 0.57 234.78 0.12 0.38
Hex 56 58 6D 15 13 0 39 EB C 26
Octal 126 130 155 25 23 0 71 353 14 46
Binary 1010110 1011000 1101101 10101 10011 0 111001 11101011 1100 100110

Color Harmonies of #56586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56586D

Black with #56586D

Text Example


Text Example

White with #56586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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