Html Css Color HEX #59508B Victoria

📋 copy color: '#59508B'

red 89 ◦ green 80 ◦ blue 139

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

Shades of Victoria #59508B

Tints of Victoria #59508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.13%

R = 28.9%
G = 25.97%
B = 45.13%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59508B (or 0x59508B) is known color: Victoria. HEX triplet: 59, 50 and 8B. RGB value is (89,80,139). Sum of RGB (Red+Green+Blue) = 89+80+139=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #59508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59508B is #A6AF74. Grayscale: #595959. Windows color (decimal): -10923893 or 9130073. OLE color: 9130073.

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

Color convert

RGB 89 80 139 -
CMYK 0.36 0.42 0 0.45
HSL 249.15º 0.27% 0.43% -
HSV(B) 249.15º 0.42% 0.55% -
XYZ 11.65 9.73 25.69 -
YUV 89.42 155.98 127.7 -
System Red Green Blue C M Y K H S L
Decimal 89 80 139 0.36 0.42 0 0.45 249.15 0.27 0.43
Hex 59 50 8B 24 2A 0 2D F9 1B 2B
Octal 131 120 213 44 52 0 55 371 33 53
Binary 1011001 1010000 10001011 100100 101010 0 101101 11111001 11011 101011

Color Harmonies of #59508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59508B

Black with #59508B

Text Example


Text Example

White with #59508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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