#565EBC

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

Shades of Rich Blue #565EBC

Tints of Rich Blue #565EBC

Color information

#565EBC (or 0x565EBC) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and BC. RGB value is (86,94,188). Sum of RGB (Red+Green+Blue) = 86+94+188=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #565EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EBC is #A9A143. Grayscale: #656565. Windows color (decimal): -11116868 or 12344918. OLE color: 12344918.

HSL color Cylindrical-coordinate representation of color #565EBC: hue angle of 235.29º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565EBC is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8694188-
CMYK0.540.5000.26
HSL235.29º43.22%53.73%-
HSV(B)235.29º54.26%73.73%-
XYZ16.9213.6149.31-
YUV102.32176.35116.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 188 (73.83% from 255) = 51.09%
R=23.37%
G=25.54%
B=51.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86941880.540.5000.26235.2943.2253.73
Hex565EBC363201Aeb2b36
Octal12613627466620323535366
Binary101011010111101011110011011011001001101011101011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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