#565EBA

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

Shades of Rich Blue #565EBA

Tints of Rich Blue #565EBA

Color information

#565EBA (or 0x565EBA) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and BA. RGB value is (86,94,186). Sum of RGB (Red+Green+Blue) = 86+94+186=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #565EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EBA is #A9A145. Grayscale: #656565. Windows color (decimal): -11116870 or 12213846. OLE color: 12213846.

HSL color Cylindrical-coordinate representation of color #565EBA: hue angle of 235.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #565EBA is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8694186-
CMYK0.540.4900.27
HSL235.2º42.02%53.33%-
HSV(B)235.2º53.76%72.94%-
XYZ16.713.5348.19-
YUV102.1175.35116.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=23.50%
G=25.68%
B=50.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86941860.540.4900.27235.242.0253.33
Hex565EBA363101Beb2a35
Octal12613627266610333535265
Binary101011010111101011101011011011000101101111101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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