Html Css Color HEX #524983 Victoria

📋 copy color: '#524983'

red 82 ◦ green 73 ◦ blue 131

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

Shades of Victoria #524983

Tints of Victoria #524983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.8%

R = 28.67%
G = 25.52%
B = 45.8%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524983 (or 0x524983) is known color: Victoria. HEX triplet: 52, 49 and 83. RGB value is (82,73,131). Sum of RGB (Red+Green+Blue) = 82+73+131=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #524983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524983 is #ADB67C. Grayscale: #525252. Windows color (decimal): -11384445 or 8603986. OLE color: 8603986.

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

Color convert

RGB 82 73 131 -
CMYK 0.37 0.44 0 0.49
HSL 249.31º 0.28% 0.4% -
HSV(B) 249.31º 0.44% 0.51% -
XYZ 9.96 8.2 22.53 -
YUV 82.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 82 73 131 0.37 0.44 0 0.49 249.31 0.28 0.4
Hex 52 49 83 25 2C 0 31 F9 1C 28
Octal 122 111 203 45 54 0 61 371 34 50
Binary 1010010 1001001 10000011 100101 101100 0 110001 11111001 11100 101000

Color Harmonies of #524983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524983

Black with #524983

Text Example


Text Example

White with #524983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524983; }

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

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

background-color css

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

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

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

border-color css

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

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

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