#5954B9

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

Shades of Rich Blue #5954B9

Tints of Rich Blue #5954B9

Color information

#5954B9 (or 0x5954B9) is unknown color: approx Rich Blue. HEX triplet: 59, 54 and B9. RGB value is (89,84,185). Sum of RGB (Red+Green+Blue) = 89+84+185=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 185 (72.66% from 255 or 51.68% from 358); Max value from RGB is 185 - color contains mainly: blue. Hex color #5954B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5954B9 is #A6AB46. Grayscale: #606060. Windows color (decimal): -10922823 or 12145753. OLE color: 12145753.

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

Color convert

RGB8984185-
CMYK0.520.5500.27
HSL242.97º41.91%52.75%-
HSV(B)242.97º54.59%72.55%-
XYZ16.0511.9747.36-
YUV97.01177.66122.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 185 (72.66% from 255) = 51.68%
R=24.86%
G=23.46%
B=51.68%

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
Decimal89841850.520.5500.27242.9741.9152.75
Hex5954B9343701Bf32a35
Octal13112427164670333635265
Binary101100110101001011100111010011011101101111110011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5954B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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