Html Css Color HEX #524878 Victoria

📋 copy color: '#524878'

red 82 ◦ green 72 ◦ blue 120

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

Shades of Victoria #524878

Tints of Victoria #524878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 120 (47.27% from 255) = 43.8%

R = 29.93%
G = 26.28%
B = 43.8%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#524878 (or 0x524878) is known color: Victoria. HEX triplet: 52, 48 and 78. RGB value is (82,72,120). Sum of RGB (Red+Green+Blue) = 82+72+120=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #524878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524878 is #ADB787. Grayscale: #505050. Windows color (decimal): -11384712 or 7882834. OLE color: 7882834.

HSL color Cylindrical-coordinate representation of color #524878: hue angle of 252.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #524878 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 72 120 -
CMYK 0.32 0.40 0 0.53
HSL 252.5º 0.25% 0.38% -
HSV(B) 252.5º 0.4% 0.47% -
XYZ 9.19 7.78 18.79 -
YUV 80.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 82 72 120 0.32 0.40 0 0.53 252.5 0.25 0.38
Hex 52 48 78 20 28 0 35 FD 19 26
Octal 122 110 170 40 50 0 65 375 31 46
Binary 1010010 1001000 1111000 100000 101000 0 110101 11111101 11001 100110

Color Harmonies of #524878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524878

Black with #524878

Text Example


Text Example

White with #524878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524878; }

 p { color: rgb(82,72,120); }

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

background-color css

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

 a { background-color: rgb(82,72,120); }

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

border-color css

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

 span { border-color: rgb(82,72,120); }

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