Html Css Color HEX #59528D Victoria

📋 copy color: '#59528D'

red 89 ◦ green 82 ◦ blue 141

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

Shades of Victoria #59528D

Tints of Victoria #59528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 28.53%
G = 26.28%
B = 45.19%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59528D (or 0x59528D) is known color: Victoria. HEX triplet: 59, 52 and 8D. RGB value is (89,82,141). Sum of RGB (Red+Green+Blue) = 89+82+141=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #59528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59528D is #A6AD72. Grayscale: #5A5A5A. Windows color (decimal): -10923379 or 9261657. OLE color: 9261657.

HSL color Cylindrical-coordinate representation of color #59528D: hue angle of 247.12º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59528D is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 82 141 -
CMYK 0.37 0.42 0 0.45
HSL 247.12º 0.26% 0.44% -
HSV(B) 247.12º 0.42% 0.55% -
XYZ 11.94 10.08 26.52 -
YUV 90.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 89 82 141 0.37 0.42 0 0.45 247.12 0.26 0.44
Hex 59 52 8D 25 2A 0 2D F7 1A 2C
Octal 131 122 215 45 52 0 55 367 32 54
Binary 1011001 1010010 10001101 100101 101010 0 101101 11110111 11010 101100

Color Harmonies of #59528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59528D

Black with #59528D

Text Example


Text Example

White with #59528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59528D; }

 p { color: rgb(89,82,141); }

 H1.HeaderClassName
 {
   color: #59528D;
 }
 .AnyTagClassName
 {
   color: #59528D;
 }
</style>

background-color css

<style>
 a { background-color: #59528D; }

 a { background-color: rgb(89,82,141); }

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

border-color css

<style>
 span { border-color: #59528D; }

 span { border-color: rgb(89,82,141); }

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