#575FAB

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

Shades of Rich Blue #575FAB

Tints of Rich Blue #575FAB

Color information

#575FAB (or 0x575FAB) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and AB. RGB value is (87,95,171). Sum of RGB (Red+Green+Blue) = 87+95+171=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #575FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FAB is #A8A054. Grayscale: #646464. Windows color (decimal): -11051093 or 11231063. OLE color: 11231063.

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

Color convert

RGB8795171-
CMYK0.490.4400.33
HSL234.29º33.33%50.59%-
HSV(B)234.29º49.12%67.06%-
XYZ15.3713.1540.26-
YUV101.27167.35117.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.65%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=24.65%
G=26.91%
B=48.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal87951710.490.4400.33234.2933.3350.59
Hex575FAB312C021ea2133
Octal12713725361540413524163
Binary1010111101111110101011110001101100010000111101010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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