#565CAE

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

Shades of Rich Blue #565CAE

Tints of Rich Blue #565CAE

Color information

#565CAE (or 0x565CAE) is unknown color: approx Rich Blue. HEX triplet: 56, 5C and AE. RGB value is (86,92,174). Sum of RGB (Red+Green+Blue) = 86+92+174=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #565CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAE is #A9A351. Grayscale: #636363. Windows color (decimal): -11117394 or 11426902. OLE color: 11426902.

HSL color Cylindrical-coordinate representation of color #565CAE: hue angle of 235.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #565CAE is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8692174-
CMYK0.510.4700.32
HSL235.91º35.2%50.98%-
HSV(B)235.91º50.57%68.24%-
XYZ15.312.6941.69-
YUV99.55170.01118.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=24.43%
G=26.14%
B=49.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal86921740.510.4700.32235.9135.250.98
Hex565CAE332F020ec2333
Octal12613425663570403544363
Binary1010110101110010101110110011101111010000011101100100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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