Html Css Color HEX #524576 Victoria

📋 copy color: '#524576'

red 82 ◦ green 69 ◦ blue 118

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

Shades of Victoria #524576

Tints of Victoria #524576

RGB

 RED value IS 82 (32.42% from 255) = 30.48%

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 30.48%
G = 25.65%
B = 43.87%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#524576 (or 0x524576) is known color: Victoria. HEX triplet: 52, 45 and 76. RGB value is (82,69,118). Sum of RGB (Red+Green+Blue) = 82+69+118=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #524576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524576 is #ADBA89. Grayscale: #4E4E4E. Windows color (decimal): -11385482 or 7750994. OLE color: 7750994.

HSL color Cylindrical-coordinate representation of color #524576: hue angle of 255.92º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #524576 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 69 118 -
CMYK 0.31 0.42 0 0.54
HSL 255.92º 0.26% 0.37% -
HSV(B) 255.92º 0.42% 0.46% -
XYZ 8.88 7.36 18.09 -
YUV 78.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 82 69 118 0.31 0.42 0 0.54 255.92 0.26 0.37
Hex 52 45 76 1F 2A 0 36 100 1A 25
Octal 122 105 166 37 52 0 66 400 32 45
Binary 1010010 1000101 1110110 11111 101010 0 110110 100000000 11010 100101

Color Harmonies of #524576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524576

Black with #524576

Text Example


Text Example

White with #524576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524576; }

 p { color: rgb(82,69,118); }

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

background-color css

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

 a { background-color: rgb(82,69,118); }

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

border-color css

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

 span { border-color: rgb(82,69,118); }

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