#5754BA

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

Shades of Rich Blue #5754BA

Tints of Rich Blue #5754BA

Color information

#5754BA (or 0x5754BA) is unknown color: approx Rich Blue. HEX triplet: 57, 54 and BA. RGB value is (87,84,186). Sum of RGB (Red+Green+Blue) = 87+84+186=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #5754BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754BA is #A8AB45. Grayscale: #606060. Windows color (decimal): -11053894 or 12211287. OLE color: 12211287.

HSL color Cylindrical-coordinate representation of color #5754BA: hue angle of 241.76º degrees, saturation: 0.42, 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 #5754BA is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8784186-
CMYK0.530.5500.27
HSL241.76º42.5%52.94%-
HSV(B)241.76º54.84%72.94%-
XYZ15.9611.9147.91-
YUV96.52178.49121.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.37%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 186 (73.05% from 255) = 52.10%
R=24.37%
G=23.53%
B=52.10%

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
Decimal87841860.530.5500.27241.7642.552.94
Hex5754BA353701Bf22a35
Octal12712427265670333625265
Binary101011110101001011101011010111011101101111110010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5754BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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