Html Css Color HEX #534576 Victoria

📋 copy color: '#534576'

red 83 ◦ green 69 ◦ blue 118

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

Shades of Victoria #534576

Tints of Victoria #534576

RGB

 RED value IS 83 (32.81% from 255) = 30.74%

 GREEN value IS 69 (27.34% from 255) = 25.56%

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 30.74%
G = 25.56%
B = 43.7%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534576 (or 0x534576) is known color: Victoria. HEX triplet: 53, 45 and 76. RGB value is (83,69,118). Sum of RGB (Red+Green+Blue) = 83+69+118=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #534576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534576 is #ACBA89. Grayscale: #4E4E4E. Windows color (decimal): -11319946 or 7750995. OLE color: 7750995.

HSL color Cylindrical-coordinate representation of color #534576: hue angle of 257.14º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534576 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 69 118 -
CMYK 0.30 0.42 0 0.54
HSL 257.14º 0.26% 0.37% -
HSV(B) 257.14º 0.42% 0.46% -
XYZ 8.97 7.4 18.1 -
YUV 78.77 150.14 131.02 -
System Red Green Blue C M Y K H S L
Decimal 83 69 118 0.30 0.42 0 0.54 257.14 0.26 0.37
Hex 53 45 76 1E 2A 0 36 101 1A 25
Octal 123 105 166 36 52 0 66 401 32 45
Binary 1010011 1000101 1110110 11110 101010 0 110110 100000001 11010 100101

Color Harmonies of #534576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534576

Black with #534576

Text Example


Text Example

White with #534576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534576; }

 p { color: rgb(83,69,118); }

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

background-color css

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

 a { background-color: rgb(83,69,118); }

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

border-color css

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

 span { border-color: rgb(83,69,118); }

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