Html Css Color HEX #534D7B Victoria

📋 copy color: '#534D7B'

red 83 ◦ green 77 ◦ blue 123

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

Shades of Victoria #534D7B

Tints of Victoria #534D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.46%

R = 29.33%
G = 27.21%
B = 43.46%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#534D7B (or 0x534D7B) is known color: Victoria. HEX triplet: 53, 4D and 7B. RGB value is (83,77,123). Sum of RGB (Red+Green+Blue) = 83+77+123=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #534D7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D7B is #ACB284. Grayscale: #535353. Windows color (decimal): -11317893 or 8080723. OLE color: 8080723.

HSL color Cylindrical-coordinate representation of color #534D7B: hue angle of 247.83º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534D7B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 77 123 -
CMYK 0.33 0.37 0 0.52
HSL 247.83º 0.23% 0.39% -
HSV(B) 247.83º 0.37% 0.48% -
XYZ 9.8 8.58 19.88 -
YUV 84.04 149.99 127.26 -
System Red Green Blue C M Y K H S L
Decimal 83 77 123 0.33 0.37 0 0.52 247.83 0.23 0.39
Hex 53 4D 7B 21 25 0 34 F8 17 27
Octal 123 115 173 41 45 0 64 370 27 47
Binary 1010011 1001101 1111011 100001 100101 0 110100 11111000 10111 100111

Color Harmonies of #534D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D7B

Black with #534D7B

Text Example


Text Example

White with #534D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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