#565EBD

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

Shades of Rich Blue #565EBD

Tints of Rich Blue #565EBD

Color information

#565EBD (or 0x565EBD) is unknown color: approx Rich Blue. HEX triplet: 56, 5E and BD. RGB value is (86,94,189). Sum of RGB (Red+Green+Blue) = 86+94+189=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #565EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EBD is #A9A142. Grayscale: #666666. Windows color (decimal): -11116867 or 12410454. OLE color: 12410454.

HSL color Cylindrical-coordinate representation of color #565EBD: hue angle of 235.34º degrees, saturation: 0.44, 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 #565EBD is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8694189-
CMYK0.540.5000.26
HSL235.34º43.83%53.92%-
HSV(B)235.34º54.5%74.12%-
XYZ17.0313.6649.88-
YUV102.44176.85116.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=23.31%
G=25.47%
B=51.22%

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
Decimal86941890.540.5000.26235.3443.8353.92
Hex565EBD363201Aeb2c36
Octal12613627566620323535466
Binary101011010111101011110111011011001001101011101011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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