Html Css Color HEX #524992 Victoria

📋 copy color: '#524992'

red 82 ◦ green 73 ◦ blue 146

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

Shades of Victoria #524992

Tints of Victoria #524992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 27.24%
G = 24.25%
B = 48.5%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#524992 (or 0x524992) is known color: Victoria. HEX triplet: 52, 49 and 92. RGB value is (82,73,146). Sum of RGB (Red+Green+Blue) = 82+73+146=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #524992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524992 is #ADB66D. Grayscale: #535353. Windows color (decimal): -11384430 or 9587026. OLE color: 9587026.

HSL color Cylindrical-coordinate representation of color #524992: hue angle of 247.4º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524992 is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 73 146 -
CMYK 0.44 0.5 0 0.43
HSL 247.4º 0.33% 0.43% -
HSV(B) 247.4º 0.5% 0.57% -
XYZ 11.05 8.63 28.28 -
YUV 84.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 82 73 146 0.44 0.5 0 0.43 247.4 0.33 0.43
Hex 52 49 92 2C 32 0 2B F7 21 2B
Octal 122 111 222 54 62 0 53 367 41 53
Binary 1010010 1001001 10010010 101100 110010 0 101011 11110111 100001 101011

Color Harmonies of #524992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524992

Black with #524992

Text Example


Text Example

White with #524992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524992; }

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

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

background-color css

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

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

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

border-color css

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

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

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