Html Css Color HEX #524977 Victoria

📋 copy color: '#524977'

red 82 ◦ green 73 ◦ blue 119

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

Shades of Victoria #524977

Tints of Victoria #524977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 29.93%
G = 26.64%
B = 43.43%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524977 (or 0x524977) is known color: Victoria. HEX triplet: 52, 49 and 77. RGB value is (82,73,119). Sum of RGB (Red+Green+Blue) = 82+73+119=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #524977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524977 is #ADB688. Grayscale: #505050. Windows color (decimal): -11384457 or 7817554. OLE color: 7817554.

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

Color convert

RGB 82 73 119 -
CMYK 0.31 0.39 0 0.53
HSL 251.74º 0.24% 0.38% -
HSV(B) 251.74º 0.39% 0.47% -
XYZ 9.19 7.89 18.49 -
YUV 80.94 149.48 128.76 -
System Red Green Blue C M Y K H S L
Decimal 82 73 119 0.31 0.39 0 0.53 251.74 0.24 0.38
Hex 52 49 77 1F 27 0 35 FC 18 26
Octal 122 111 167 37 47 0 65 374 30 46
Binary 1010010 1001001 1110111 11111 100111 0 110101 11111100 11000 100110

Color Harmonies of #524977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524977

Black with #524977

Text Example


Text Example

White with #524977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524977; }

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

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

background-color css

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

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

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

border-color css

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

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

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