#5960B1

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

Shades of Rich Blue #5960B1

Tints of Rich Blue #5960B1

Color information

#5960B1 (or 0x5960B1) is unknown color: approx Rich Blue. HEX triplet: 59, 60 and B1. RGB value is (89,96,177). Sum of RGB (Red+Green+Blue) = 89+96+177=362 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.59% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #5960B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5960B1 is #A69F4E. Grayscale: #666666. Windows color (decimal): -10919759 or 11624537. OLE color: 11624537.

HSL color Cylindrical-coordinate representation of color #5960B1: hue angle of 235.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5960B1 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8996177-
CMYK0.500.4600.31
HSL235.23º36.07%52.16%-
HSV(B)235.23º49.72%69.41%-
XYZ16.2413.6643.38-
YUV103.14169.68117.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.59%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=24.59%
G=26.52%
B=48.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89961770.500.4600.31235.2336.0752.16
Hex5960B1322E01Feb2434
Octal13114026162560373534464
Binary101100111000001011000111001010111001111111101011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5960B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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