#5959BA

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

Shades of Rich Blue #5959BA

Tints of Rich Blue #5959BA

Color information

#5959BA (or 0x5959BA) is unknown color: approx Rich Blue. HEX triplet: 59, 59 and BA. RGB value is (89,89,186). Sum of RGB (Red+Green+Blue) = 89+89+186=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #5959BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959BA is #A6A645. Grayscale: #636363. Windows color (decimal): -10921542 or 12212569. OLE color: 12212569.

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

Color convert

RGB8989186-
CMYK0.520.5200.27
HSL240º41.28%53.92%-
HSV(B)240º52.15%72.94%-
XYZ16.5612.8148.06-
YUV100.06176.5120.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=24.45%
G=24.45%
B=51.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal89891860.520.5200.2724041.2853.92
Hex5959BA343401Bf02936
Octal13113127264640333605166
Binary101100110110011011101011010011010001101111110000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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