Html Css Color HEX #524974 Victoria

📋 copy color: '#524974'

red 82 ◦ green 73 ◦ blue 116

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

Shades of Victoria #524974

Tints of Victoria #524974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 30.26%
G = 26.94%
B = 42.8%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#524974 (or 0x524974) is known color: Victoria. HEX triplet: 52, 49 and 74. RGB value is (82,73,116). Sum of RGB (Red+Green+Blue) = 82+73+116=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 116 - color contains mainly: blue. Hex color #524974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524974 is #ADB68B. Grayscale: #505050. Windows color (decimal): -11384460 or 7620946. OLE color: 7620946.

HSL color Cylindrical-coordinate representation of color #524974: hue angle of 252.56º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524974 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 73 116 -
CMYK 0.29 0.37 0 0.55
HSL 252.56º 0.23% 0.37% -
HSV(B) 252.56º 0.37% 0.45% -
XYZ 9.01 7.82 17.56 -
YUV 80.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 82 73 116 0.29 0.37 0 0.55 252.56 0.23 0.37
Hex 52 49 74 1D 25 0 37 FD 17 25
Octal 122 111 164 35 45 0 67 375 27 45
Binary 1010010 1001001 1110100 11101 100101 0 110111 11111101 10111 100101

Color Harmonies of #524974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524974

Black with #524974

Text Example


Text Example

White with #524974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524974; }

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

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

background-color css

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

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

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

border-color css

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

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

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