#5F57AC

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

Shades of Rich Blue #5F57AC

Tints of Rich Blue #5F57AC

Color information

#5F57AC (or 0x5F57AC) is unknown color: approx Rich Blue. HEX triplet: 5F, 57 and AC. RGB value is (95,87,172). Sum of RGB (Red+Green+Blue) = 95+87+172=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F57AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F57AC is #A0A853. Grayscale: #626262. Windows color (decimal): -10528852 or 11294559. OLE color: 11294559.

HSL color Cylindrical-coordinate representation of color #5F57AC: hue angle of 245.65º degrees, saturation: 0.34, 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 #5F57AC is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9587172-
CMYK0.450.4900.33
HSL245.65º33.86%50.78%-
HSV(B)245.65º49.42%67.45%-
XYZ15.5712.2340.57-
YUV99.08169.15125.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=26.84%
G=24.58%
B=48.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95871720.450.4900.33245.6533.8650.78
Hex5F57AC2D31021f62233
Octal13712725455610413664263
Binary1011111101011110101100101101110001010000111110110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F57AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F57AC; }

 p { color: rgb(95,87,172); }

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

<style>
 a { background-color: #5F57AC; }

 a { background-color: rgb(95,87,172); }

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

<style>
 span { border-color: #5F57AC; }

 span { border-color: rgb(95,87,172); }

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