Html Css Color HEX #534D71 Victoria

📋 copy color: '#534D71'

red 83 ◦ green 77 ◦ blue 113

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

Shades of Victoria #534D71

Tints of Victoria #534D71

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 113 (44.53% from 255) = 41.39%

R = 30.4%
G = 28.21%
B = 41.39%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#534D71 (or 0x534D71) is known color: Victoria. HEX triplet: 53, 4D and 71. RGB value is (83,77,113). Sum of RGB (Red+Green+Blue) = 83+77+113=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #534D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D71 is #ACB28E. Grayscale: #525252. Windows color (decimal): -11317903 or 7425363. OLE color: 7425363.

HSL color Cylindrical-coordinate representation of color #534D71: hue angle of 250º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534D71 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 77 113 -
CMYK 0.27 0.32 0 0.56
HSL 250º 0.19% 0.37% -
HSV(B) 250º 0.32% 0.44% -
XYZ 9.2 8.34 16.75 -
YUV 82.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 83 77 113 0.27 0.32 0 0.56 250 0.19 0.37
Hex 53 4D 71 1B 20 0 38 FA 13 25
Octal 123 115 161 33 40 0 70 372 23 45
Binary 1010011 1001101 1110001 11011 100000 0 111000 11111010 10011 100101

Color Harmonies of #534D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D71

Black with #534D71

Text Example


Text Example

White with #534D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,113); }

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

background-color css

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

 a { background-color: rgb(83,77,113); }

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

border-color css

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

 span { border-color: rgb(83,77,113); }

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