#5959BC

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

Shades of Rich Blue #5959BC

Tints of Rich Blue #5959BC

Color information

#5959BC (or 0x5959BC) is unknown color: approx Rich Blue. HEX triplet: 59, 59 and BC. RGB value is (89,89,188). Sum of RGB (Red+Green+Blue) = 89+89+188=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #5959BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5959BC is #A6A643. Grayscale: #636363. Windows color (decimal): -10921540 or 12343641. OLE color: 12343641.

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

Color convert

RGB8989188-
CMYK0.530.5300.26
HSL240º42.49%54.31%-
HSV(B)240º52.66%73.73%-
XYZ16.7712.949.18-
YUV100.29177.5119.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 89 (35.16% from 255) = 24.32%
BLUE value IS 188 (73.83% from 255) = 51.37%
R=24.32%
G=24.32%
B=51.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89891880.530.5300.2624042.4954.31
Hex5959BC353501Af02a36
Octal13113127465650323605266
Binary101100110110011011110011010111010101101011110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5959BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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