#5864AB

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

Shades of Rich Blue #5864AB

Tints of Rich Blue #5864AB

Color information

#5864AB (or 0x5864AB) is unknown color: approx Rich Blue. HEX triplet: 58, 64 and AB. RGB value is (88,100,171). Sum of RGB (Red+Green+Blue) = 88+100+171=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #5864AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5864AB is #A79B54. Grayscale: #686868. Windows color (decimal): -10984277 or 11232344. OLE color: 11232344.

HSL color Cylindrical-coordinate representation of color #5864AB: hue angle of 231.33º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5864AB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB88100171-
CMYK0.490.4200.33
HSL231.33º33.07%50.78%-
HSV(B)231.33º48.54%67.06%-
XYZ15.9314.1340.42-
YUV104.51165.52116.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 100 (39.45% from 255) = 27.86%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=24.51%
G=27.86%
B=47.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881001710.490.4200.33231.3333.0750.78
Hex5864AB312A021e72133
Octal13014425361520413474163
Binary1011000110010010101011110001101010010000111100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5864AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5864AB; }

 p { color: rgb(88,100,171); }

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

<style>
 a { background-color: #5864AB; }

 a { background-color: rgb(88,100,171); }

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

<style>
 span { border-color: #5864AB; }

 span { border-color: rgb(88,100,171); }

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