#5954ba

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

Shades of Rich Blue #5954BA

Tints of Rich Blue #5954BA

Color information

#5954BA (or 0x5954BA) is unknown color: approx Rich Blue. HEX triplet: 59, 54 and BA. RGB value is (89,84,186). Sum of RGB (Red+Green+Blue) = 89+84+186=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #5954BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5954BA is #A6AB45. Grayscale: #606060. Windows color (decimal): -10922822 or 12211289. OLE color: 12211289.

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

Color convert

RGB8984186-
CMYK0.520.5500.27
HSL242.94º42.5%52.94%-
HSV(B)242.94º54.84%72.94%-
XYZ16.1512.0147.92-
YUV97.12178.16122.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 51.81%
R=24.79%
G=23.40%
B=51.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89841860.520.5500.27242.9442.552.94
Hex5954BA343701Bf32a35
Octal13112427264670333635265
Binary101100110101001011101011010011011101101111110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5954ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5954ba; }

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

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

<style>
 a { background-color: #5954ba; }

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

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

<style>
 span { border-color: #5954ba; }

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

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