Html Css Color HEX #59538F Victoria

📋 copy color: '#59538F'

red 89 ◦ green 83 ◦ blue 143

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

Shades of Victoria #59538F

Tints of Victoria #59538F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.4%

R = 28.25%
G = 26.35%
B = 45.4%

CMYK

 C value IS 0.38

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#59538F (or 0x59538F) is known color: Victoria. HEX triplet: 59, 53 and 8F. RGB value is (89,83,143). Sum of RGB (Red+Green+Blue) = 89+83+143=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #59538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59538F is #A6AC70. Grayscale: #5B5B5B. Windows color (decimal): -10923121 or 9392985. OLE color: 9392985.

HSL color Cylindrical-coordinate representation of color #59538F: hue angle of 246º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59538F is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 89 83 143 -
CMYK 0.38 0.42 0 0.44
HSL 246º 0.27% 0.44% -
HSV(B) 246º 0.42% 0.56% -
XYZ 12.17 10.29 27.33 -
YUV 91.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 89 83 143 0.38 0.42 0 0.44 246 0.27 0.44
Hex 59 53 8F 26 2A 0 2C F6 1B 2C
Octal 131 123 217 46 52 0 54 366 33 54
Binary 1011001 1010011 10001111 100110 101010 0 101100 11110110 11011 101100

Color Harmonies of #59538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59538F

Black with #59538F

Text Example


Text Example

White with #59538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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