Html Css Color HEX #524784 Victoria

📋 copy color: '#524784'

red 82 ◦ green 71 ◦ blue 132

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

Shades of Victoria #524784

Tints of Victoria #524784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 28.77%
G = 24.91%
B = 46.32%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#524784 (or 0x524784) is known color: Victoria. HEX triplet: 52, 47 and 84. RGB value is (82,71,132). Sum of RGB (Red+Green+Blue) = 82+71+132=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #524784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524784 is #ADB87B. Grayscale: #515151. Windows color (decimal): -11384956 or 8669010. OLE color: 8669010.

HSL color Cylindrical-coordinate representation of color #524784: hue angle of 250.82º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #524784 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 71 132 -
CMYK 0.38 0.46 0 0.48
HSL 250.82º 0.3% 0.4% -
HSV(B) 250.82º 0.46% 0.52% -
XYZ 9.9 7.97 22.85 -
YUV 81.24 156.64 128.54 -
System Red Green Blue C M Y K H S L
Decimal 82 71 132 0.38 0.46 0 0.48 250.82 0.3 0.4
Hex 52 47 84 26 2E 0 30 FB 1E 28
Octal 122 107 204 46 56 0 60 373 36 50
Binary 1010010 1000111 10000100 100110 101110 0 110000 11111011 11110 101000

Color Harmonies of #524784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524784

Black with #524784

Text Example


Text Example

White with #524784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524784; }

 p { color: rgb(82,71,132); }

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

background-color css

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

 a { background-color: rgb(82,71,132); }

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

border-color css

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

 span { border-color: rgb(82,71,132); }

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