#565CA5

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

Shades of Rich Blue #565CA5

Tints of Rich Blue #565CA5

Color information

#565CA5 (or 0x565CA5) is unknown color: approx Rich Blue. HEX triplet: 56, 5C and A5. RGB value is (86,92,165). Sum of RGB (Red+Green+Blue) = 86+92+165=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #565CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565CA5 is #A9A35A. Grayscale: #626262. Windows color (decimal): -11117403 or 10837078. OLE color: 10837078.

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

Color convert

RGB8692165-
CMYK0.480.4400.35
HSL235.44º31.47%49.22%-
HSV(B)235.44º47.88%64.71%-
XYZ14.4612.3537.22-
YUV98.53165.51119.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 92 (36.33% from 255) = 26.82%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=25.07%
G=26.82%
B=48.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86921650.480.4400.35235.4431.4749.22
Hex565CA5302C023eb1f31
Octal12613424560540433533761
Binary101011010111001010010111000010110001000111110101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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