#575FB2

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

Shades of Rich Blue #575FB2

Tints of Rich Blue #575FB2

Color information

#575FB2 (or 0x575FB2) is unknown color: approx Rich Blue. HEX triplet: 57, 5F and B2. RGB value is (87,95,178). Sum of RGB (Red+Green+Blue) = 87+95+178=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #575FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575FB2 is #A8A04D. Grayscale: #656565. Windows color (decimal): -11051086 or 11689815. OLE color: 11689815.

HSL color Cylindrical-coordinate representation of color #575FB2: hue angle of 234.73º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #575FB2 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8795178-
CMYK0.510.4700.30
HSL234.73º37.14%51.96%-
HSV(B)234.73º51.12%69.8%-
XYZ16.0613.4343.86-
YUV102.07170.85117.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 178 (69.92% from 255) = 49.44%
R=24.17%
G=26.39%
B=49.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal87951780.510.4700.30234.7337.1451.96
Hex575FB2332F01Eeb2534
Octal12713726263570363534564
Binary101011110111111011001011001110111101111011101011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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