#5958BD

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

Shades of Rich Blue #5958BD

Tints of Rich Blue #5958BD

Color information

#5958BD (or 0x5958BD) is unknown color: approx Rich Blue. HEX triplet: 59, 58 and BD. RGB value is (89,88,189). Sum of RGB (Red+Green+Blue) = 89+88+189=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #5958BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5958BD is #A6A742. Grayscale: #636363. Windows color (decimal): -10921795 or 12408921. OLE color: 12408921.

HSL color Cylindrical-coordinate representation of color #5958BD: hue angle of 240.59º degrees, saturation: 0.43, 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 #5958BD is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8988189-
CMYK0.530.5300.26
HSL240.59º43.35%54.31%-
HSV(B)240.59º53.44%74.12%-
XYZ16.7912.7849.73-
YUV99.81178.33120.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 189 (74.22% from 255) = 51.64%
R=24.32%
G=24.04%
B=51.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89881890.530.5300.26240.5943.3554.31
Hex5958BD353501Af12b36
Octal13113027565650323615366
Binary101100110110001011110111010111010101101011110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5958BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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