Html Css Color HEX #59548D Victoria

📋 copy color: '#59548D'

red 89 ◦ green 84 ◦ blue 141

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

Shades of Victoria #59548D

Tints of Victoria #59548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.9%

R = 28.34%
G = 26.75%
B = 44.9%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59548D (or 0x59548D) is known color: Victoria. HEX triplet: 59, 54 and 8D. RGB value is (89,84,141). Sum of RGB (Red+Green+Blue) = 89+84+141=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #59548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59548D is #A6AB72. Grayscale: #5B5B5B. Windows color (decimal): -10922867 or 9262169. OLE color: 9262169.

HSL color Cylindrical-coordinate representation of color #59548D: hue angle of 245.26º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59548D is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 84 141 -
CMYK 0.37 0.40 0 0.45
HSL 245.26º 0.25% 0.44% -
HSV(B) 245.26º 0.4% 0.55% -
XYZ 12.1 10.39 26.57 -
YUV 91.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 89 84 141 0.37 0.40 0 0.45 245.26 0.25 0.44
Hex 59 54 8D 25 28 0 2D F5 19 2C
Octal 131 124 215 45 50 0 55 365 31 54
Binary 1011001 1010100 10001101 100101 101000 0 101101 11110101 11001 101100

Color Harmonies of #59548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59548D

Black with #59548D

Text Example


Text Example

White with #59548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59548D; }

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

 H1.HeaderClassName
 {
   color: #59548D;
 }
 .AnyTagClassName
 {
   color: #59548D;
 }
</style>

background-color css

<style>
 a { background-color: #59548D; }

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

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

border-color css

<style>
 span { border-color: #59548D; }

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

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