#565CAF

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

Shades of Rich Blue #565CAF

Tints of Rich Blue #565CAF

Color information

#565CAF (or 0x565CAF) is unknown color: approx Rich Blue. HEX triplet: 56, 5C and AF. RGB value is (86,92,175). Sum of RGB (Red+Green+Blue) = 86+92+175=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #565CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CAF is #A9A350. Grayscale: #636363. Windows color (decimal): -11117393 or 11492438. OLE color: 11492438.

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

Color convert

RGB8692175-
CMYK0.510.4700.31
HSL235.96º35.74%51.18%-
HSV(B)235.96º50.86%68.63%-
XYZ15.412.7342.2-
YUV99.67170.51118.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=24.36%
G=26.06%
B=49.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86921750.510.4700.31235.9635.7451.18
Hex565CAF332F01Fec2433
Octal12613425763570373544463
Binary101011010111001010111111001110111101111111101100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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