Html Css Color HEX #524A81 Victoria

📋 copy color: '#524A81'

red 82 ◦ green 74 ◦ blue 129

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

Shades of Victoria #524A81

Tints of Victoria #524A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

 BLUE value IS 129 (50.78% from 255) = 45.26%

R = 28.77%
G = 25.96%
B = 45.26%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524A81 (or 0x524A81) is known color: Victoria. HEX triplet: 52, 4A and 81. RGB value is (82,74,129). Sum of RGB (Red+Green+Blue) = 82+74+129=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #524A81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A81 is #ADB57E. Grayscale: #525252. Windows color (decimal): -11384191 or 8473170. OLE color: 8473170.

HSL color Cylindrical-coordinate representation of color #524A81: hue angle of 248.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #524A81 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 74 129 -
CMYK 0.36 0.43 0 0.49
HSL 248.73º 0.27% 0.4% -
HSV(B) 248.73º 0.43% 0.51% -
XYZ 9.89 8.28 21.85 -
YUV 82.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 82 74 129 0.36 0.43 0 0.49 248.73 0.27 0.4
Hex 52 4A 81 24 2B 0 31 F9 1B 28
Octal 122 112 201 44 53 0 61 371 33 50
Binary 1010010 1001010 10000001 100100 101011 0 110001 11111001 11011 101000

Color Harmonies of #524A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A81

Black with #524A81

Text Example


Text Example

White with #524A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524A81; }

 p { color: rgb(82,74,129); }

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

background-color css

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

 a { background-color: rgb(82,74,129); }

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

border-color css

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

 span { border-color: rgb(82,74,129); }

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