Html Css Color HEX #5957AC Rich Blue

📋 copy color: '#5957AC'

red 89 ◦ green 87 ◦ blue 172

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

Shades of Rich Blue #5957AC

Tints of Rich Blue #5957AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 25.57%
G = 25%
B = 49.43%

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

#5957AC (or 0x5957AC) is known color: Rich Blue. HEX triplet: 59, 57 and AC. RGB value is (89,87,172). Sum of RGB (Red+Green+Blue) = 89+87+172=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #5957AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5957AC is #A6A853. Grayscale: #606060. Windows color (decimal): -10922068 or 11294553. OLE color: 11294553.

HSL color Cylindrical-coordinate representation of color #5957AC: hue angle of 241.41º 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 #5957AC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 87 172 -
CMYK 0.48 0.49 0 0.33
HSL 241.41º 0.34% 0.51% -
HSV(B) 241.41º 0.49% 0.67% -
XYZ 14.97 11.92 40.54 -
YUV 97.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 89 87 172 0.48 0.49 0 0.33 241.41 0.34 0.51
Hex 59 57 AC 30 31 0 21 F1 22 33
Octal 131 127 254 60 61 0 41 361 42 63
Binary 1011001 1010111 10101100 110000 110001 0 100001 11110001 100010 110011

Color Harmonies of #5957AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5957AC

Black with #5957AC

Text Example


Text Example

White with #5957AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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