Html Css Color HEX #5958AC Rich Blue

📋 copy color: '#5958AC'

red 89 ◦ green 88 ◦ blue 172

#5958AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5958AC

Tints of Rich Blue #5958AC

RGB

 RED value IS 89 (35.16% from 255) = 25.5%

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 25.5%
G = 25.21%
B = 49.28%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5958AC (or 0x5958AC) is known color: Rich Blue. HEX triplet: 59, 58 and AC. RGB value is (89,88,172). Sum of RGB (Red+Green+Blue) = 89+88+172=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #5958AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5958AC is #A6A753. Grayscale: #616161. Windows color (decimal): -10921812 or 11294809. OLE color: 11294809.

HSL color Cylindrical-coordinate representation of color #5958AC: hue angle of 240.71º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5958AC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 88 172 -
CMYK 0.48 0.49 0 0.33
HSL 240.71º 0.34% 0.51% -
HSV(B) 240.71º 0.49% 0.67% -
XYZ 15.06 12.08 40.57 -
YUV 97.88 169.83 121.67 -
System Red Green Blue C M Y K H S L
Decimal 89 88 172 0.48 0.49 0 0.33 240.71 0.34 0.51
Hex 59 58 AC 30 31 0 21 F1 22 33
Octal 131 130 254 60 61 0 41 361 42 63
Binary 1011001 1011000 10101100 110000 110001 0 100001 11110001 100010 110011

Color Harmonies of #5958AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5958AC

Black with #5958AC

Text Example


Text Example

White with #5958AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5958AC;
 }
 .AnyTagClassName
 {
   color: #5958AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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