#565EB3

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

Shades of Rich Blue #565EB3

Tints of Rich Blue #565EB3

Color information

#565EB3 (or 0x565EB3) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and B3. RGB value is (86,94,179). Sum of RGB (Red+Green+Blue) = 86+94+179=359 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.96% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #565EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EB3 is #A9A14C. Grayscale: #646464. Windows color (decimal): -11116877 or 11755094. OLE color: 11755094.

HSL color Cylindrical-coordinate representation of color #565EB3: hue angle of 234.84º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #565EB3 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8694179-
CMYK0.520.4700.30
HSL234.84º37.96%51.96%-
HSV(B)234.84º51.96%70.2%-
XYZ15.9813.2444.36-
YUV101.3171.85117.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.96%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 179 (70.31% from 255) = 49.86%
R=23.96%
G=26.18%
B=49.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86941790.520.4700.30234.8437.9651.96
Hex565EB3342F01Eeb2634
Octal12613626364570363534664
Binary101011010111101011001111010010111101111011101011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,94,179); }

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

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

 a { background-color: rgb(86,94,179); }

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

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

 span { border-color: rgb(86,94,179); }

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