Html Css Color HEX #59508E Victoria

📋 copy color: '#59508E'

red 89 ◦ green 80 ◦ blue 142

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

Shades of Victoria #59508E

Tints of Victoria #59508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.66%

R = 28.62%
G = 25.72%
B = 45.66%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59508E (or 0x59508E) is known color: Victoria. HEX triplet: 59, 50 and 8E. RGB value is (89,80,142). Sum of RGB (Red+Green+Blue) = 89+80+142=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #59508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508E is #A6AF71. Grayscale: #595959. Windows color (decimal): -10923890 or 9326681. OLE color: 9326681.

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

Color convert

RGB 89 80 142 -
CMYK 0.37 0.44 0 0.44
HSL 248.71º 0.28% 0.44% -
HSV(B) 248.71º 0.44% 0.56% -
XYZ 11.87 9.81 26.86 -
YUV 89.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 89 80 142 0.37 0.44 0 0.44 248.71 0.28 0.44
Hex 59 50 8E 25 2C 0 2C F9 1C 2C
Octal 131 120 216 45 54 0 54 371 34 54
Binary 1011001 1010000 10001110 100101 101100 0 101100 11111001 11100 101100

Color Harmonies of #59508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59508E

Black with #59508E

Text Example


Text Example

White with #59508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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