#565BBE

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

Shades of Rich Blue #565BBE

Tints of Rich Blue #565BBE

Color information

#565BBE (or 0x565BBE) is unknown color: approx Rich Blue. HEX triplet: 56, 5B and BE. RGB value is (86,91,190). Sum of RGB (Red+Green+Blue) = 86+91+190=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #565BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565BBE is #A9A441. Grayscale: #646464. Windows color (decimal): -11117634 or 12475222. OLE color: 12475222.

HSL color Cylindrical-coordinate representation of color #565BBE: hue angle of 237.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #565BBE is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8691190-
CMYK0.550.5200.25
HSL237.12º44.44%54.12%-
HSV(B)237.12º54.74%74.51%-
XYZ16.8713.1850.37-
YUV100.79178.34117.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=23.43%
G=24.80%
B=51.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86911900.550.5200.25237.1244.4454.12
Hex565BBE3734019ed2c36
Octal12613327667640313555466
Binary101011010110111011111011011111010001100111101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,91,190); }

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

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

 a { background-color: rgb(86,91,190); }

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

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

 span { border-color: rgb(86,91,190); }

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