#565DAB

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

Shades of Rich Blue #565DAB

Tints of Rich Blue #565DAB

Color information

#565DAB (or 0x565DAB) is unknown color: approx Rich Blue. HEX triplet: 56, 5D and AB. RGB value is (86,93,171). Sum of RGB (Red+Green+Blue) = 86+93+171=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #565DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565DAB is #A9A254. Grayscale: #636363. Windows color (decimal): -11117141 or 11230550. OLE color: 11230550.

HSL color Cylindrical-coordinate representation of color #565DAB: hue angle of 235.06º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #565DAB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8693171-
CMYK0.500.4600.33
HSL235.06º33.6%50.39%-
HSV(B)235.06º49.71%67.06%-
XYZ15.112.7540.19-
YUV99.8168.18118.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=24.57%
G=26.57%
B=48.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86931710.500.4600.33235.0633.650.39
Hex565DAB322E021eb2232
Octal12613525362560413534262
Binary1010110101110110101011110010101110010000111101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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