Html Css Color HEX #5953AC Rich Blue

📋 copy color: '#5953AC'

red 89 ◦ green 83 ◦ blue 172

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

Shades of Rich Blue #5953AC

Tints of Rich Blue #5953AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

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

R = 25.87%
G = 24.13%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5953AC (or 0x5953AC) is known color: Rich Blue. HEX triplet: 59, 53 and AC. RGB value is (89,83,172). Sum of RGB (Red+Green+Blue) = 89+83+172=344 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.87% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #5953AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5953AC is #A6AC53. Grayscale: #5E5E5E. Windows color (decimal): -10923092 or 11293529. OLE color: 11293529.

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

Color convert

RGB 89 83 172 -
CMYK 0.48 0.52 0 0.33
HSL 244.04º 0.35% 0.5% -
HSV(B) 244.04º 0.52% 0.67% -
XYZ 14.66 11.29 40.44 -
YUV 94.94 171.49 123.76 -
System Red Green Blue C M Y K H S L
Decimal 89 83 172 0.48 0.52 0 0.33 244.04 0.35 0.5
Hex 59 53 AC 30 34 0 21 F4 23 32
Octal 131 123 254 60 64 0 41 364 43 62
Binary 1011001 1010011 10101100 110000 110100 0 100001 11110100 100011 110010

Color Harmonies of #5953AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5953AC

Black with #5953AC

Text Example


Text Example

White with #5953AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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