Html Css Color HEX #59537F Victoria

📋 copy color: '#59537F'

red 89 ◦ green 83 ◦ blue 127

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

Shades of Victoria #59537F

Tints of Victoria #59537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 127 (50% from 255) = 42.47%

R = 29.77%
G = 27.76%
B = 42.47%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59537F (or 0x59537F) is known color: Victoria. HEX triplet: 59, 53 and 7F. RGB value is (89,83,127). Sum of RGB (Red+Green+Blue) = 89+83+127=299 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.77% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #59537F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59537F is #A6AC80. Grayscale: #595959. Windows color (decimal): -10923137 or 8344409. OLE color: 8344409.

HSL color Cylindrical-coordinate representation of color #59537F: hue angle of 248.18º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #59537F is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 89 83 127 -
CMYK 0.30 0.35 0 0.50
HSL 248.18º 0.21% 0.41% -
HSV(B) 248.18º 0.35% 0.5% -
XYZ 11.04 9.84 21.4 -
YUV 89.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 89 83 127 0.30 0.35 0 0.50 248.18 0.21 0.41
Hex 59 53 7F 1E 23 0 32 F8 15 29
Octal 131 123 177 36 43 0 62 370 25 51
Binary 1011001 1010011 1111111 11110 100011 0 110010 11111000 10101 101001

Color Harmonies of #59537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59537F

Black with #59537F

Text Example


Text Example

White with #59537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59537F; }

 p { color: rgb(89,83,127); }

 H1.HeaderClassName
 {
   color: #59537F;
 }
 .AnyTagClassName
 {
   color: #59537F;
 }
</style>

background-color css

<style>
 a { background-color: #59537F; }

 a { background-color: rgb(89,83,127); }

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

border-color css

<style>
 span { border-color: #59537F; }

 span { border-color: rgb(89,83,127); }

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