#575FAC

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

Shades of Rich Blue #575FAC

Tints of Rich Blue #575FAC

Color information

#575FAC (or 0x575FAC) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and AC. RGB value is (87,95,172). Sum of RGB (Red+Green+Blue) = 87+95+172=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 95 (37.5% from 255 or 26.84% 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 #575FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FAC is #A8A053. Grayscale: #656565. Windows color (decimal): -11051092 or 11296599. OLE color: 11296599.

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

Color convert

RGB8795172-
CMYK0.490.4500.33
HSL234.35º33.86%50.78%-
HSV(B)234.35º49.42%67.45%-
XYZ15.4713.1940.76-
YUV101.39167.85117.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87951720.490.4500.33234.3533.8650.78
Hex575FAC312D021ea2233
Octal12713725461550413524263
Binary1010111101111110101100110001101101010000111101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575FAC; }

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

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

<style>
 a { background-color: #575FAC; }

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

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

<style>
 span { border-color: #575FAC; }

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

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