Html Css Color HEX #524782 Victoria

📋 copy color: '#524782'

red 82 ◦ green 71 ◦ blue 130

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

Shades of Victoria #524782

Tints of Victoria #524782

RGB

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

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

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

R = 28.98%
G = 25.09%
B = 45.94%

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

#524782 (or 0x524782) is known color: Victoria. HEX triplet: 52, 47 and 82. RGB value is (82,71,130). Sum of RGB (Red+Green+Blue) = 82+71+130=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #524782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524782 is #ADB87D. Grayscale: #505050. Windows color (decimal): -11384958 or 8537938. OLE color: 8537938.

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

Color convert

RGB 82 71 130 -
CMYK 0.37 0.45 0 0.49
HSL 251.19º 0.29% 0.39% -
HSV(B) 251.19º 0.45% 0.51% -
XYZ 9.76 7.91 22.13 -
YUV 81.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 82 71 130 0.37 0.45 0 0.49 251.19 0.29 0.39
Hex 52 47 82 25 2D 0 31 FB 1D 27
Octal 122 107 202 45 55 0 61 373 35 47
Binary 1010010 1000111 10000010 100101 101101 0 110001 11111011 11101 100111

Color Harmonies of #524782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524782

Black with #524782

Text Example


Text Example

White with #524782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524782; }

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

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

background-color css

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

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

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

border-color css

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

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

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