#5957AF

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

Shades of Rich Blue #5957AF

Tints of Rich Blue #5957AF

Color information

#5957AF (or 0x5957AF) is unknown color: approx Rich Blue. HEX triplet: 59, 57 and AF. RGB value is (89,87,175). Sum of RGB (Red+Green+Blue) = 89+87+175=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #5957AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5957AF is #A6A850. Grayscale: #616161. Windows color (decimal): -10922065 or 11491161. OLE color: 11491161.

HSL color Cylindrical-coordinate representation of color #5957AF: hue angle of 241.36º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5957AF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8987175-
CMYK0.490.5000.31
HSL241.36º35.48%51.37%-
HSV(B)241.36º50.29%68.63%-
XYZ15.2712.0442.08-
YUV97.63171.66121.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.36%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=25.36%
G=24.79%
B=49.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89871750.490.5000.31241.3635.4851.37
Hex5957AF313201Ff12333
Octal13112725761620373614363
Binary101100110101111010111111000111001001111111110001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5957AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5957AF; }

 p { color: rgb(89,87,175); }

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

<style>
 a { background-color: #5957AF; }

 a { background-color: rgb(89,87,175); }

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

<style>
 span { border-color: #5957AF; }

 span { border-color: rgb(89,87,175); }

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