#5757BA

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

Shades of Rich Blue #5757BA

Tints of Rich Blue #5757BA

Color information

#5757BA (or 0x5757BA) is unknown color: approx Rich Blue. HEX triplet: 57, 57 and BA. RGB value is (87,87,186). Sum of RGB (Red+Green+Blue) = 87+87+186=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #5757BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BA is #A8A845. Grayscale: #616161. Windows color (decimal): -11053126 or 12212055. OLE color: 12212055.

HSL color Cylindrical-coordinate representation of color #5757BA: hue angle of 240º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5757BA is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8787186-
CMYK0.530.5300.27
HSL240º41.77%53.53%-
HSV(B)240º53.23%72.94%-
XYZ16.212.3947.99-
YUV98.29177.5119.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.17%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 186 (73.05% from 255) = 51.67%
R=24.17%
G=24.17%
B=51.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87871860.530.5300.2724041.7753.53
Hex5757BA353501Bf02a36
Octal12712727265650333605266
Binary101011110101111011101011010111010101101111110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5757BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5757BA; }

 p { color: rgb(87,87,186); }

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

<style>
 a { background-color: #5757BA; }

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

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

<style>
 span { border-color: #5757BA; }

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

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