Html Css Color HEX #56586B Comet

📋 copy color: '#56586B'

red 86 ◦ green 88 ◦ blue 107

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

Shades of Comet #56586B

Tints of Comet #56586B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.08%

R = 30.6%
G = 31.32%
B = 38.08%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#56586B (or 0x56586B) is known color: Comet. HEX triplet: 56, 58 and 6B. RGB value is (86,88,107). Sum of RGB (Red+Green+Blue) = 86+88+107=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 107 (42.19% from 255 or 38.08% from 281); Max value from RGB is 107 - color contains mainly: blue. Hex color #56586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56586B is #A9A794. Grayscale: #595959. Windows color (decimal): -11118485 or 7034966. OLE color: 7034966.

HSL color Cylindrical-coordinate representation of color #56586B: hue angle of 234.29º 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 #56586B is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 88 107 -
CMYK 0.20 0.18 0 0.58
HSL 234.29º 0.11% 0.38% -
HSV(B) 234.29º 0.2% 0.42% -
XYZ 9.98 10.02 15.32 -
YUV 89.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 86 88 107 0.20 0.18 0 0.58 234.29 0.11 0.38
Hex 56 58 6B 14 12 0 3A EA B 26
Octal 126 130 153 24 22 0 72 352 13 46
Binary 1010110 1011000 1101011 10100 10010 0 111010 11101010 1011 100110

Color Harmonies of #56586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56586B

Black with #56586B

Text Example


Text Example

White with #56586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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