Html Css Color HEX #59547F Victoria

📋 copy color: '#59547F'

red 89 ◦ green 84 ◦ blue 127

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

Shades of Victoria #59547F

Tints of Victoria #59547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 29.67%
G = 28%
B = 42.33%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#59547F (or 0x59547F) is known color: Victoria. HEX triplet: 59, 54 and 7F. RGB value is (89,84,127). Sum of RGB (Red+Green+Blue) = 89+84+127=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 127 (50% from 255 or 42.33% from 300); Max value from RGB is 127 - color contains mainly: blue. Hex color #59547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59547F is #A6AB80. Grayscale: #5A5A5A. Windows color (decimal): -10922881 or 8344665. OLE color: 8344665.

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

Color convert

RGB 89 84 127 -
CMYK 0.30 0.34 0 0.50
HSL 246.98º 0.2% 0.41% -
HSV(B) 246.98º 0.34% 0.5% -
XYZ 11.12 10 21.42 -
YUV 90.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 89 84 127 0.30 0.34 0 0.50 246.98 0.2 0.41
Hex 59 54 7F 1E 22 0 32 F7 14 29
Octal 131 124 177 36 42 0 62 367 24 51
Binary 1011001 1010100 1111111 11110 100010 0 110010 11110111 10100 101001

Color Harmonies of #59547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59547F

Black with #59547F

Text Example


Text Example

White with #59547F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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