#565A7D

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

Shades of Comet #565A7D

Tints of Comet #565A7D

Color information

#565A7D (or 0x565A7D) is unknown color: approx Comet. HEX triplet: 56, 5A and 7D. RGB value is (86,90,125). Sum of RGB (Red+Green+Blue) = 86+90+125=301 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.57% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #565A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A7D is #A9A582. Grayscale: #5C5C5C. Windows color (decimal): -11117955 or 8215126. OLE color: 8215126.

HSL color Cylindrical-coordinate representation of color #565A7D: hue angle of 233.85º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #565A7D is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8690125-
CMYK0.310.2800.51
HSL233.85º18.48%41.37%-
HSV(B)233.85º31.2%49.02%-
XYZ11.210.7720.89-
YUV92.79146.17123.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.57%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 125 (49.22% from 255) = 41.53%
R=28.57%
G=29.90%
B=41.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal86901250.310.2800.51233.8518.4841.37
Hex565A7D1F1C033ea1229
Octal12613217537340633522251
Binary101011010110101111101111111110001100111110101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,90,125); }

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

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

 a { background-color: rgb(86,90,125); }

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

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

 span { border-color: rgb(86,90,125); }

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