#565CA7

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

Shades of Rich Blue #565CA7

Tints of Rich Blue #565CA7

Color information

#565CA7 (or 0x565CA7) is unknown color: approx Rich Blue. HEX triplet: 56, 5C and A7. RGB value is (86,92,167). Sum of RGB (Red+Green+Blue) = 86+92+167=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #565CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CA7 is #A9A358. Grayscale: #626262. Windows color (decimal): -11117401 or 10968150. OLE color: 10968150.

HSL color Cylindrical-coordinate representation of color #565CA7: hue angle of 235.56º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #565CA7 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8692167-
CMYK0.490.4500.35
HSL235.56º32.02%49.61%-
HSV(B)235.56º48.5%65.49%-
XYZ14.6412.4238.19-
YUV98.76166.51118.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 167 (65.62% from 255) = 48.41%
R=24.93%
G=26.67%
B=48.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86921670.490.4500.35235.5632.0249.61
Hex565CA7312D023ec2032
Octal12613424761550433544062
Binary1010110101110010100111110001101101010001111101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,92,167); }

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

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

 a { background-color: rgb(86,92,167); }

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

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

 span { border-color: rgb(86,92,167); }

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