Html Css Color HEX #565975 Comet

📋 copy color: '#565975'

red 86 ◦ green 89 ◦ blue 117

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

Shades of Comet #565975

Tints of Comet #565975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 29.45%
G = 30.48%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#565975 (or 0x565975) is known color: Comet. HEX triplet: 56, 59 and 75. RGB value is (86,89,117). Sum of RGB (Red+Green+Blue) = 86+89+117=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 117 (46.09% from 255 or 40.07% from 292); Max value from RGB is 117 - color contains mainly: blue. Hex color #565975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565975 is #A9A68A. Grayscale: #5B5B5B. Windows color (decimal): -11118219 or 7690582. OLE color: 7690582.

HSL color Cylindrical-coordinate representation of color #565975: hue angle of 234.19º 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 #565975 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 86 89 117 -
CMYK 0.26 0.24 0 0.54
HSL 234.19º 0.15% 0.4% -
HSV(B) 234.19º 0.26% 0.46% -
XYZ 10.62 10.41 18.28 -
YUV 91.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 86 89 117 0.26 0.24 0 0.54 234.19 0.15 0.4
Hex 56 59 75 1A 18 0 36 EA F 28
Octal 126 131 165 32 30 0 66 352 17 50
Binary 1010110 1011001 1110101 11010 11000 0 110110 11101010 1111 101000

Color Harmonies of #565975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565975

Black with #565975

Text Example


Text Example

White with #565975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565975; }

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

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

background-color css

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

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

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

border-color css

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

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

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