Html Css Color HEX #565870 Comet

📋 copy color: '#565870'

red 86 ◦ green 88 ◦ blue 112

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

Shades of Comet #565870

Tints of Comet #565870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.16%

R = 30.07%
G = 30.77%
B = 39.16%

CMYK

 C value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565870 (or 0x565870) is known color: Comet. HEX triplet: 56, 58 and 70. RGB value is (86,88,112). Sum of RGB (Red+Green+Blue) = 86+88+112=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 112 - color contains mainly: blue. Hex color #565870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565870 is #A9A78F. Grayscale: #5A5A5A. Windows color (decimal): -11118480 or 7362646. OLE color: 7362646.

HSL color Cylindrical-coordinate representation of color #565870: hue angle of 235.38º 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 #565870 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 88 112 -
CMYK 0.23 0.21 0 0.56
HSL 235.38º 0.13% 0.39% -
HSV(B) 235.38º 0.23% 0.44% -
XYZ 10.25 10.13 16.74 -
YUV 90.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 86 88 112 0.23 0.21 0 0.56 235.38 0.13 0.39
Hex 56 58 70 17 15 0 38 EB D 27
Octal 126 130 160 27 25 0 70 353 15 47
Binary 1010110 1011000 1110000 10111 10101 0 111000 11101011 1101 100111

Color Harmonies of #565870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565870

Black with #565870

Text Example


Text Example

White with #565870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565870; }

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

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

background-color css

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

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

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

border-color css

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

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

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