#565DB6

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

Shades of Rich Blue #565DB6

Tints of Rich Blue #565DB6

Color information

#565DB6 (or 0x565DB6) is unknown color: approx Rich Blue. HEX triplet: 56, 5D and B6. RGB value is (86,93,182). Sum of RGB (Red+Green+Blue) = 86+93+182=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #565DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565DB6 is #A9A249. Grayscale: #646464. Windows color (decimal): -11117130 or 11951446. OLE color: 11951446.

HSL color Cylindrical-coordinate representation of color #565DB6: hue angle of 235.62º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #565DB6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8693182-
CMYK0.530.4900.29
HSL235.62º39.67%52.55%-
HSV(B)235.62º52.75%71.37%-
XYZ16.213.1845.95-
YUV101.05173.68117.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 182 (71.48% from 255) = 50.42%
R=23.82%
G=25.76%
B=50.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal86931820.530.4900.29235.6239.6752.55
Hex565DB6353101Dec2835
Octal12613526665610353545065
Binary101011010111011011011011010111000101110111101100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,93,182); }

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

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

 a { background-color: rgb(86,93,182); }

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

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

 span { border-color: rgb(86,93,182); }

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