Html Css Color HEX #524986 Victoria

📋 copy color: '#524986'

red 82 ◦ green 73 ◦ blue 134

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

Shades of Victoria #524986

Tints of Victoria #524986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 28.37%
G = 25.26%
B = 46.37%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524986 (or 0x524986) is known color: Victoria. HEX triplet: 52, 49 and 86. RGB value is (82,73,134). Sum of RGB (Red+Green+Blue) = 82+73+134=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #524986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524986 is #ADB679. Grayscale: #525252. Windows color (decimal): -11384442 or 8800594. OLE color: 8800594.

HSL color Cylindrical-coordinate representation of color #524986: hue angle of 248.85º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524986 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 73 134 -
CMYK 0.39 0.46 0 0.47
HSL 248.85º 0.29% 0.41% -
HSV(B) 248.85º 0.46% 0.53% -
XYZ 10.17 8.28 23.62 -
YUV 82.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 82 73 134 0.39 0.46 0 0.47 248.85 0.29 0.41
Hex 52 49 86 27 2E 0 2F F9 1D 29
Octal 122 111 206 47 56 0 57 371 35 51
Binary 1010010 1001001 10000110 100111 101110 0 101111 11111001 11101 101001

Color Harmonies of #524986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524986

Black with #524986

Text Example


Text Example

White with #524986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524986; }

 p { color: rgb(82,73,134); }

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

background-color css

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

 a { background-color: rgb(82,73,134); }

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

border-color css

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

 span { border-color: rgb(82,73,134); }

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