Html Css Color HEX #524882 Victoria

📋 copy color: '#524882'

red 82 ◦ green 72 ◦ blue 130

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

Shades of Victoria #524882

Tints of Victoria #524882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 28.87%
G = 25.35%
B = 45.77%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524882 (or 0x524882) is known color: Victoria. HEX triplet: 52, 48 and 82. RGB value is (82,72,130). Sum of RGB (Red+Green+Blue) = 82+72+130=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #524882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524882 is #ADB77D. Grayscale: #515151. Windows color (decimal): -11384702 or 8538194. OLE color: 8538194.

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

Color convert

RGB 82 72 130 -
CMYK 0.37 0.45 0 0.49
HSL 250.34º 0.29% 0.4% -
HSV(B) 250.34º 0.45% 0.51% -
XYZ 9.83 8.04 22.15 -
YUV 81.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 82 72 130 0.37 0.45 0 0.49 250.34 0.29 0.4
Hex 52 48 82 25 2D 0 31 FA 1D 28
Octal 122 110 202 45 55 0 61 372 35 50
Binary 1010010 1001000 10000010 100101 101101 0 110001 11111010 11101 101000

Color Harmonies of #524882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524882

Black with #524882

Text Example


Text Example

White with #524882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524882; }

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

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

background-color css

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

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

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

border-color css

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

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

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