#5961BE

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

Shades of Rich Blue #5961BE

Tints of Rich Blue #5961BE

Color information

#5961BE (or 0x5961BE) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and BE. RGB value is (89,97,190). Sum of RGB (Red+Green+Blue) = 89+97+190=376 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.67% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #5961BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BE is #A69E41. Grayscale: #686868. Windows color (decimal): -10919490 or 12476761. OLE color: 12476761.

HSL color Cylindrical-coordinate representation of color #5961BE: hue angle of 235.25º 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 #5961BE is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8997190-
CMYK0.530.4900.25
HSL235.25º43.72%54.71%-
HSV(B)235.25º53.16%74.51%-
XYZ17.6914.3950.56-
YUV105.21175.85116.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.67%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 190 (74.61% from 255) = 50.53%
R=23.67%
G=25.80%
B=50.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal89971900.530.4900.25235.2543.7254.71
Hex5961BE3531019eb2c37
Octal13114127665610313535467
Binary101100111000011011111011010111000101100111101011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5961BE; }

 p { color: rgb(89,97,190); }

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

<style>
 a { background-color: #5961BE; }

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

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

<style>
 span { border-color: #5961BE; }

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

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