Html Css Color HEX #524783 Victoria

📋 copy color: '#524783'

red 82 ◦ green 71 ◦ blue 131

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

Shades of Victoria #524783

Tints of Victoria #524783

RGB

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

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

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

R = 28.87%
G = 25%
B = 46.13%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#524783 (or 0x524783) is known color: Victoria. HEX triplet: 52, 47 and 83. RGB value is (82,71,131). Sum of RGB (Red+Green+Blue) = 82+71+131=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #524783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524783 is #ADB87C. Grayscale: #505050. Windows color (decimal): -11384957 or 8603474. OLE color: 8603474.

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

Color convert

RGB 82 71 131 -
CMYK 0.37 0.46 0 0.49
HSL 251º 0.3% 0.4% -
HSV(B) 251º 0.46% 0.51% -
XYZ 9.83 7.94 22.49 -
YUV 81.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 82 71 131 0.37 0.46 0 0.49 251 0.3 0.4
Hex 52 47 83 25 2E 0 31 FB 1E 28
Octal 122 107 203 45 56 0 61 373 36 50
Binary 1010010 1000111 10000011 100101 101110 0 110001 11111011 11110 101000

Color Harmonies of #524783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524783

Black with #524783

Text Example


Text Example

White with #524783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524783; }

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

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

background-color css

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

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

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

border-color css

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

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

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