Html Css Color HEX #535179 Victoria

📋 copy color: '#535179'

red 83 ◦ green 81 ◦ blue 121

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

Shades of Victoria #535179

Tints of Victoria #535179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

 BLUE value IS 121 (47.66% from 255) = 42.46%

R = 29.12%
G = 28.42%
B = 42.46%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535179 (or 0x535179) is known color: Victoria. HEX triplet: 53, 51 and 79. RGB value is (83,81,121). Sum of RGB (Red+Green+Blue) = 83+81+121=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #535179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535179 is #ACAE86. Grayscale: #565656. Windows color (decimal): -11316871 or 7950675. OLE color: 7950675.

HSL color Cylindrical-coordinate representation of color #535179: hue angle of 243º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #535179 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 81 121 -
CMYK 0.31 0.33 0 0.53
HSL 243º 0.2% 0.4% -
HSV(B) 243º 0.33% 0.47% -
XYZ 9.96 9.1 19.32 -
YUV 86.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 83 81 121 0.31 0.33 0 0.53 243 0.2 0.4
Hex 53 51 79 1F 21 0 35 F3 14 28
Octal 123 121 171 37 41 0 65 363 24 50
Binary 1010011 1010001 1111001 11111 100001 0 110101 11110011 10100 101000

Color Harmonies of #535179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535179

Black with #535179

Text Example


Text Example

White with #535179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535179; }

 p { color: rgb(83,81,121); }

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

background-color css

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

 a { background-color: rgb(83,81,121); }

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

border-color css

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

 span { border-color: rgb(83,81,121); }

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