Html Css Color HEX #534D75 Victoria

📋 copy color: '#534D75'

red 83 ◦ green 77 ◦ blue 117

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

Shades of Victoria #534D75

Tints of Victoria #534D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 29.96%
G = 27.8%
B = 42.24%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534D75 (or 0x534D75) is known color: Victoria. HEX triplet: 53, 4D and 75. RGB value is (83,77,117). Sum of RGB (Red+Green+Blue) = 83+77+117=277 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.96% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #534D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D75 is #ACB28A. Grayscale: #535353. Windows color (decimal): -11317899 or 7687507. OLE color: 7687507.

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

Color convert

RGB 83 77 117 -
CMYK 0.29 0.34 0 0.54
HSL 249º 0.21% 0.38% -
HSV(B) 249º 0.34% 0.46% -
XYZ 9.43 8.43 17.96 -
YUV 83.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 83 77 117 0.29 0.34 0 0.54 249 0.21 0.38
Hex 53 4D 75 1D 22 0 36 F9 15 26
Octal 123 115 165 35 42 0 66 371 25 46
Binary 1010011 1001101 1110101 11101 100010 0 110110 11111001 10101 100110

Color Harmonies of #534D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D75

Black with #534D75

Text Example


Text Example

White with #534D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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