Html Css Color HEX #59537B Victoria

📋 copy color: '#59537B'

red 89 ◦ green 83 ◦ blue 123

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

Shades of Victoria #59537B

Tints of Victoria #59537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.69%

R = 30.17%
G = 28.14%
B = 41.69%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#59537B (or 0x59537B) is known color: Victoria. HEX triplet: 59, 53 and 7B. RGB value is (89,83,123). Sum of RGB (Red+Green+Blue) = 89+83+123=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #59537B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59537B is #A6AC84. Grayscale: #595959. Windows color (decimal): -10923141 or 8082265. OLE color: 8082265.

HSL color Cylindrical-coordinate representation of color #59537B: hue angle of 249º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59537B is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 89 83 123 -
CMYK 0.28 0.33 0 0.52
HSL 249º 0.19% 0.4% -
HSV(B) 249º 0.33% 0.48% -
XYZ 10.79 9.74 20.05 -
YUV 89.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 89 83 123 0.28 0.33 0 0.52 249 0.19 0.4
Hex 59 53 7B 1C 21 0 34 F9 13 28
Octal 131 123 173 34 41 0 64 371 23 50
Binary 1011001 1010011 1111011 11100 100001 0 110100 11111001 10011 101000

Color Harmonies of #59537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59537B

Black with #59537B

Text Example


Text Example

White with #59537B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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