#5861AA

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

Shades of Rich Blue #5861AA

Tints of Rich Blue #5861AA

Color information

#5861AA (or 0x5861AA) is unknown color: approx Rich Blue. HEX triplet: 58, 61 and AA. RGB value is (88,97,170). Sum of RGB (Red+Green+Blue) = 88+97+170=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5861AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5861AA is #A79E55. Grayscale: #666666. Windows color (decimal): -10985046 or 11166040. OLE color: 11166040.

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

Color convert

RGB8897170-
CMYK0.480.4300.33
HSL233.41º32.54%50.59%-
HSV(B)233.41º48.24%66.67%-
XYZ15.5513.5339.82-
YUV102.63166.02117.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.79%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=24.79%
G=27.32%
B=47.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88971700.480.4300.33233.4132.5450.59
Hex5861AA302B021e92133
Octal13014125260530413514163
Binary1011000110000110101010110000101011010000111101001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5861AA; }

 p { color: rgb(88,97,170); }

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

<style>
 a { background-color: #5861AA; }

 a { background-color: rgb(88,97,170); }

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

<style>
 span { border-color: #5861AA; }

 span { border-color: rgb(88,97,170); }

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