#5753BA

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

Shades of Rich Blue #5753BA

Tints of Rich Blue #5753BA

Color information

#5753BA (or 0x5753BA) is unknown color: approx Rich Blue. HEX triplet: 57, 53 and BA. RGB value is (87,83,186). Sum of RGB (Red+Green+Blue) = 87+83+186=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #5753BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5753BA is #A8AC45. Grayscale: #5F5F5F. Windows color (decimal): -11054150 or 12211031. OLE color: 12211031.

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

Color convert

RGB8783186-
CMYK0.530.5500.27
HSL242.33º42.74%52.75%-
HSV(B)242.33º55.38%72.94%-
XYZ15.8911.7647.89-
YUV95.94178.83121.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.44%
GREEN value IS 83 (32.81% from 255) = 23.31%
BLUE value IS 186 (73.05% from 255) = 52.25%
R=24.44%
G=23.31%
B=52.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87831860.530.5500.27242.3342.7452.75
Hex5753BA353701Bf22b35
Octal12712327265670333625365
Binary101011110100111011101011010111011101101111110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5753BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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