#5961BD

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

Shades of Rich Blue #5961BD

Tints of Rich Blue #5961BD

Color information

#5961BD (or 0x5961BD) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and BD. RGB value is (89,97,189). Sum of RGB (Red+Green+Blue) = 89+97+189=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #5961BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BD is #A69E42. Grayscale: #686868. Windows color (decimal): -10919491 or 12411225. OLE color: 12411225.

HSL color Cylindrical-coordinate representation of color #5961BD: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5961BD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8997189-
CMYK0.530.4900.26
HSL235.2º43.1%54.51%-
HSV(B)235.2º52.91%74.12%-
XYZ17.5814.3549.99-
YUV105.1175.35116.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.73%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=23.73%
G=25.87%
B=50.4%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89971890.530.4900.26235.243.154.51
Hex5961BD353101Aeb2b37
Octal13114127565610323535367
Binary101100111000011011110111010111000101101011101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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