Html Css Color HEX #59548B Victoria

📋 copy color: '#59548B'

red 89 ◦ green 84 ◦ blue 139

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

Shades of Victoria #59548B

Tints of Victoria #59548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 28.53%
G = 26.92%
B = 44.55%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59548B (or 0x59548B) is known color: Victoria. HEX triplet: 59, 54 and 8B. RGB value is (89,84,139). Sum of RGB (Red+Green+Blue) = 89+84+139=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #59548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59548B is #A6AB74. Grayscale: #5B5B5B. Windows color (decimal): -10922869 or 9131097. OLE color: 9131097.

HSL color Cylindrical-coordinate representation of color #59548B: hue angle of 245.45º 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 #59548B is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 84 139 -
CMYK 0.36 0.40 0 0.45
HSL 245.45º 0.25% 0.44% -
HSV(B) 245.45º 0.4% 0.55% -
XYZ 11.95 10.33 25.79 -
YUV 91.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 89 84 139 0.36 0.40 0 0.45 245.45 0.25 0.44
Hex 59 54 8B 24 28 0 2D F5 19 2C
Octal 131 124 213 44 50 0 55 365 31 54
Binary 1011001 1010100 10001011 100100 101000 0 101101 11110101 11001 101100

Color Harmonies of #59548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59548B

Black with #59548B

Text Example


Text Example

White with #59548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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