Html Css Color HEX #534776 Victoria

📋 copy color: '#534776'

red 83 ◦ green 71 ◦ blue 118

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

Shades of Victoria #534776

Tints of Victoria #534776

RGB

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

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

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

R = 30.51%
G = 26.1%
B = 43.38%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534776 (or 0x534776) is known color: Victoria. HEX triplet: 53, 47 and 76. RGB value is (83,71,118). Sum of RGB (Red+Green+Blue) = 83+71+118=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #534776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534776 is #ACB889. Grayscale: #4F4F4F. Windows color (decimal): -11319434 or 7751507. OLE color: 7751507.

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

Color convert

RGB 83 71 118 -
CMYK 0.30 0.40 0 0.54
HSL 255.32º 0.25% 0.37% -
HSV(B) 255.32º 0.4% 0.46% -
XYZ 9.09 7.65 18.14 -
YUV 79.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 83 71 118 0.30 0.40 0 0.54 255.32 0.25 0.37
Hex 53 47 76 1E 28 0 36 FF 19 25
Octal 123 107 166 36 50 0 66 377 31 45
Binary 1010011 1000111 1110110 11110 101000 0 110110 11111111 11001 100101

Color Harmonies of #534776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534776

Black with #534776

Text Example


Text Example

White with #534776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534776; }

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

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

background-color css

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

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

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

border-color css

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

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

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