#5861A3

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

Shades of Rich Blue #5861A3

Tints of Rich Blue #5861A3

Color information

#5861A3 (or 0x5861A3) is unknown color: approx Rich Blue. HEX triplet: 58, 61 and A3. RGB value is (88,97,163). Sum of RGB (Red+Green+Blue) = 88+97+163=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #5861A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5861A3 is #A79E5C. Grayscale: #656565. Windows color (decimal): -10985053 or 10707288. OLE color: 10707288.

HSL color Cylindrical-coordinate representation of color #5861A3: hue angle of 232.8º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5861A3 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8897163-
CMYK0.460.4000.36
HSL232.8º29.88%49.22%-
HSV(B)232.8º46.01%63.92%-
XYZ14.9113.2736.43-
YUV101.83162.52118.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 163 (64.06% from 255) = 46.84%
R=25.29%
G=27.87%
B=46.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88971630.460.4000.36232.829.8849.22
Hex5861A32E28024e91e31
Octal13014124356500443513661
Binary101100011000011010001110111010100001001001110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5861A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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