Html Css Color HEX #565875 Comet

📋 copy color: '#565875'

red 86 ◦ green 88 ◦ blue 117

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

Shades of Comet #565875

Tints of Comet #565875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 29.55%
G = 30.24%
B = 40.21%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565875 (or 0x565875) is known color: Comet. HEX triplet: 56, 58 and 75. RGB value is (86,88,117). Sum of RGB (Red+Green+Blue) = 86+88+117=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #565875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565875 is #A9A78A. Grayscale: #5A5A5A. Windows color (decimal): -11118475 or 7690326. OLE color: 7690326.

HSL color Cylindrical-coordinate representation of color #565875: hue angle of 236.13º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565875 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 88 117 -
CMYK 0.26 0.25 0 0.54
HSL 236.13º 0.15% 0.4% -
HSV(B) 236.13º 0.26% 0.46% -
XYZ 10.54 10.24 18.25 -
YUV 90.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 86 88 117 0.26 0.25 0 0.54 236.13 0.15 0.4
Hex 56 58 75 1A 19 0 36 EC F 28
Octal 126 130 165 32 31 0 66 354 17 50
Binary 1010110 1011000 1110101 11010 11001 0 110110 11101100 1111 101000

Color Harmonies of #565875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565875

Black with #565875

Text Example


Text Example

White with #565875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565875; }

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

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

background-color css

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

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

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

border-color css

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

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

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