#5960BF

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

Shades of Rich Blue #5960BF

Tints of Rich Blue #5960BF

Color information

#5960BF (or 0x5960BF) is unknown color: approx Rich Blue. HEX triplet: 59, 60 and BF. RGB value is (89,96,191). Sum of RGB (Red+Green+Blue) = 89+96+191=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5960BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5960BF is #A69F40. Grayscale: #686868. Windows color (decimal): -10919745 or 12542041. OLE color: 12542041.

HSL color Cylindrical-coordinate representation of color #5960BF: hue angle of 235.88º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5960BF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8996191-
CMYK0.530.5000.25
HSL235.88º44.35%54.9%-
HSV(B)235.88º53.4%74.9%-
XYZ17.7114.2551.11-
YUV104.74176.68116.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 191 (75% from 255) = 50.80%
R=23.67%
G=25.53%
B=50.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89961910.530.5000.25235.8844.3554.9
Hex5960BF3532019ec2c37
Octal13114027765620313545467
Binary101100111000001011111111010111001001100111101100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5960BF; }

 p { color: rgb(89,96,191); }

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

<style>
 a { background-color: #5960BF; }

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

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

<style>
 span { border-color: #5960BF; }

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

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