Html Css Color HEX #59508D Victoria

📋 copy color: '#59508D'

red 89 ◦ green 80 ◦ blue 141

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

Shades of Victoria #59508D

Tints of Victoria #59508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.81%

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

R = 28.71%
G = 25.81%
B = 45.48%

CMYK

 C value IS 0.37

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59508D (or 0x59508D) is known color: Victoria. HEX triplet: 59, 50 and 8D. RGB value is (89,80,141). Sum of RGB (Red+Green+Blue) = 89+80+141=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #59508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508D is #A6AF72. Grayscale: #595959. Windows color (decimal): -10923891 or 9261145. OLE color: 9261145.

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

Color convert

RGB 89 80 141 -
CMYK 0.37 0.43 0 0.45
HSL 248.85º 0.28% 0.43% -
HSV(B) 248.85º 0.43% 0.55% -
XYZ 11.8 9.78 26.47 -
YUV 89.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 89 80 141 0.37 0.43 0 0.45 248.85 0.28 0.43
Hex 59 50 8D 25 2B 0 2D F9 1C 2B
Octal 131 120 215 45 53 0 55 371 34 53
Binary 1011001 1010000 10001101 100101 101011 0 101101 11111001 11100 101011

Color Harmonies of #59508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59508D

Black with #59508D

Text Example


Text Example

White with #59508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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