Html Css Color HEX #534775 Victoria

📋 copy color: '#534775'

red 83 ◦ green 71 ◦ blue 117

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

Shades of Victoria #534775

Tints of Victoria #534775

RGB

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

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

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

R = 30.63%
G = 26.2%
B = 43.17%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#534775 (or 0x534775) is known color: Victoria. HEX triplet: 53, 47 and 75. RGB value is (83,71,117). Sum of RGB (Red+Green+Blue) = 83+71+117=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #534775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534775 is #ACB88A. Grayscale: #4F4F4F. Windows color (decimal): -11319435 or 7685971. OLE color: 7685971.

HSL color Cylindrical-coordinate representation of color #534775: hue angle of 255.65º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534775 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 71 117 -
CMYK 0.29 0.39 0 0.54
HSL 255.65º 0.24% 0.37% -
HSV(B) 255.65º 0.39% 0.46% -
XYZ 9.03 7.63 17.83 -
YUV 79.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 83 71 117 0.29 0.39 0 0.54 255.65 0.24 0.37
Hex 53 47 75 1D 27 0 36 100 18 25
Octal 123 107 165 35 47 0 66 400 30 45
Binary 1010011 1000111 1110101 11101 100111 0 110110 100000000 11000 100101

Color Harmonies of #534775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534775

Black with #534775

Text Example


Text Example

White with #534775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534775; }

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

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

background-color css

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

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

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

border-color css

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

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

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