#565B75

Color #565B75 Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #565B75

Tints of Comet #565B75

Color information

#565B75 (or 0x565B75) is unknown color: approx Comet. HEX triplet: 56, 5B and 75. RGB value is (86,91,117). Sum of RGB (Red+Green+Blue) = 86+91+117=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #565B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565B75 is #A9A48A. Grayscale: #5C5C5C. Windows color (decimal): -11117707 or 7691094. OLE color: 7691094.

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

Color convert

RGB8691117-
CMYK0.260.2200.54
HSL230.32º15.27%39.8%-
HSV(B)230.32º26.5%45.88%-
XYZ10.7910.7418.33-
YUV92.47141.84123.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=29.25%
G=30.95%
B=39.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86911170.260.2200.54230.3215.2739.8
Hex565B751A16036e6f28
Octal12613316532260663461750
Binary10101101011011111010111010101100110110111001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565B75; }

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

 H1.HeaderClassName
 {
   color: #565B75;
 }
 .AnyTagClassName
 {
   color: #565B75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #565B75;
 }
 .BgClassName
 {
   background-color: #565B75;
 }
</style>
border-color css

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

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

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