#565FAB

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

Shades of Rich Blue #565FAB

Tints of Rich Blue #565FAB

Color information

#565FAB (or 0x565FAB) is unknown color: approx Rich Blue. HEX triplet: 56, 5F and AB. RGB value is (86,95,171). Sum of RGB (Red+Green+Blue) = 86+95+171=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 95 (37.5% from 255 or 26.99% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #565FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565FAB is #A9A054. Grayscale: #646464. Windows color (decimal): -11116629 or 11231062. OLE color: 11231062.

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

Color convert

RGB8695171-
CMYK0.500.4400.33
HSL233.65º33.6%50.39%-
HSV(B)233.65º49.71%67.06%-
XYZ15.2813.140.25-
YUV100.97167.52117.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 95 (37.5% from 255) = 26.99%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=24.43%
G=26.99%
B=48.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86951710.500.4400.33233.6533.650.39
Hex565FAB322C021ea2232
Octal12613725362540413524262
Binary1010110101111110101011110010101100010000111101010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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