Html Css Color HEX #524886 Victoria

📋 copy color: '#524886'

red 82 ◦ green 72 ◦ blue 134

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

Shades of Victoria #524886

Tints of Victoria #524886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.53%

R = 28.47%
G = 25%
B = 46.53%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#524886 (or 0x524886) is known color: Victoria. HEX triplet: 52, 48 and 86. RGB value is (82,72,134). Sum of RGB (Red+Green+Blue) = 82+72+134=288 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.47% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 134 (52.73% from 255 or 46.53% from 288); Max value from RGB is 134 - color contains mainly: blue. Hex color #524886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524886 is #ADB779. Grayscale: #515151. Windows color (decimal): -11384698 or 8800338. OLE color: 8800338.

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

Color convert

RGB 82 72 134 -
CMYK 0.39 0.46 0 0.47
HSL 249.68º 0.3% 0.4% -
HSV(B) 249.68º 0.46% 0.53% -
XYZ 10.1 8.15 23.59 -
YUV 82.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 82 72 134 0.39 0.46 0 0.47 249.68 0.3 0.4
Hex 52 48 86 27 2E 0 2F FA 1E 28
Octal 122 110 206 47 56 0 57 372 36 50
Binary 1010010 1001000 10000110 100111 101110 0 101111 11111010 11110 101000

Color Harmonies of #524886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524886

Black with #524886

Text Example


Text Example

White with #524886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524886; }

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

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

background-color css

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

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

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

border-color css

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

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

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