Html Css Color HEX #565570 Comet

📋 copy color: '#565570'

red 86 ◦ green 85 ◦ blue 112

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

Shades of Comet #565570

Tints of Comet #565570

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

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

R = 30.39%
G = 30.04%
B = 39.58%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#565570 (or 0x565570) is known color: Comet. HEX triplet: 56, 55 and 70. RGB value is (86,85,112). Sum of RGB (Red+Green+Blue) = 86+85+112=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #565570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565570 is #A9AA8F. Grayscale: #585858. Windows color (decimal): -11119248 or 7361878. OLE color: 7361878.

HSL color Cylindrical-coordinate representation of color #565570: hue angle of 242.22º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #565570 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 85 112 -
CMYK 0.23 0.24 0 0.56
HSL 242.22º 0.14% 0.39% -
HSV(B) 242.22º 0.24% 0.44% -
XYZ 10.01 9.65 16.66 -
YUV 88.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 86 85 112 0.23 0.24 0 0.56 242.22 0.14 0.39
Hex 56 55 70 17 18 0 38 F2 E 27
Octal 126 125 160 27 30 0 70 362 16 47
Binary 1010110 1010101 1110000 10111 11000 0 111000 11110010 1110 100111

Color Harmonies of #565570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565570

Black with #565570

Text Example


Text Example

White with #565570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565570; }

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

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

background-color css

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

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

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

border-color css

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

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

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