Html Css Color HEX #534A76 Victoria

📋 copy color: '#534A76'

red 83 ◦ green 74 ◦ blue 118

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

Shades of Victoria #534A76

Tints of Victoria #534A76

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

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

R = 30.18%
G = 26.91%
B = 42.91%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534A76 (or 0x534A76) is known color: Victoria. HEX triplet: 53, 4A and 76. RGB value is (83,74,118). Sum of RGB (Red+Green+Blue) = 83+74+118=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #534A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A76 is #ACB589. Grayscale: #515151. Windows color (decimal): -11318666 or 7752275. OLE color: 7752275.

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

Color convert

RGB 83 74 118 -
CMYK 0.30 0.37 0 0.54
HSL 252.27º 0.23% 0.38% -
HSV(B) 252.27º 0.37% 0.46% -
XYZ 9.29 8.04 18.2 -
YUV 81.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 83 74 118 0.30 0.37 0 0.54 252.27 0.23 0.38
Hex 53 4A 76 1E 25 0 36 FC 17 26
Octal 123 112 166 36 45 0 66 374 27 46
Binary 1010011 1001010 1110110 11110 100101 0 110110 11111100 10111 100110

Color Harmonies of #534A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A76

Black with #534A76

Text Example


Text Example

White with #534A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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