Html Css Color HEX #59557E Victoria

📋 copy color: '#59557E'

red 89 ◦ green 85 ◦ blue 126

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

Shades of Victoria #59557E

Tints of Victoria #59557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 126 (49.61% from 255) = 42%

R = 29.67%
G = 28.33%
B = 42%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#59557E (or 0x59557E) is known color: Victoria. HEX triplet: 59, 55 and 7E. RGB value is (89,85,126). Sum of RGB (Red+Green+Blue) = 89+85+126=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 126 (49.61% from 255 or 42% from 300); Max value from RGB is 126 - color contains mainly: blue. Hex color #59557E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59557E is #A6AA81. Grayscale: #5A5A5A. Windows color (decimal): -10922626 or 8279385. OLE color: 8279385.

HSL color Cylindrical-coordinate representation of color #59557E: hue angle of 245.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59557E is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 89 85 126 -
CMYK 0.29 0.33 0 0.51
HSL 245.85º 0.19% 0.41% -
HSV(B) 245.85º 0.33% 0.49% -
XYZ 11.13 10.13 21.11 -
YUV 90.87 147.83 126.67 -
System Red Green Blue C M Y K H S L
Decimal 89 85 126 0.29 0.33 0 0.51 245.85 0.19 0.41
Hex 59 55 7E 1D 21 0 33 F6 13 29
Octal 131 125 176 35 41 0 63 366 23 51
Binary 1011001 1010101 1111110 11101 100001 0 110011 11110110 10011 101001

Color Harmonies of #59557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59557E

Black with #59557E

Text Example


Text Example

White with #59557E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,85,126); }

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

background-color css

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

 a { background-color: rgb(89,85,126); }

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

border-color css

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

 span { border-color: rgb(89,85,126); }

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