#5961BC

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

Shades of Rich Blue #5961BC

Tints of Rich Blue #5961BC

Color information

#5961BC (or 0x5961BC) is unknown color: approx Rich Blue. HEX triplet: 59, 61 and BC. RGB value is (89,97,188). Sum of RGB (Red+Green+Blue) = 89+97+188=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #5961BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5961BC is #A69E43. Grayscale: #686868. Windows color (decimal): -10919492 or 12345689. OLE color: 12345689.

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

Color convert

RGB8997188-
CMYK0.530.4800.26
HSL235.15º42.49%54.31%-
HSV(B)235.15º52.66%73.73%-
XYZ17.4714.349.42-
YUV104.98174.85116.6-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.80%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=23.80%
G=25.94%
B=50.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89971880.530.4800.26235.1542.4954.31
Hex5961BC353001Aeb2a36
Octal13114127465600323535266
Binary101100111000011011110011010111000001101011101011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5961BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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