Html Css Color HEX #535279 Victoria

📋 copy color: '#535279'

red 83 ◦ green 82 ◦ blue 121

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

Shades of Victoria #535279

Tints of Victoria #535279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 29.02%
G = 28.67%
B = 42.31%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#535279 (or 0x535279) is known color: Victoria. HEX triplet: 53, 52 and 79. RGB value is (83,82,121). Sum of RGB (Red+Green+Blue) = 83+82+121=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #535279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535279 is #ACAD86. Grayscale: #565656. Windows color (decimal): -11316615 or 7950931. OLE color: 7950931.

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

Color convert

RGB 83 82 121 -
CMYK 0.31 0.32 0 0.53
HSL 241.54º 0.19% 0.4% -
HSV(B) 241.54º 0.32% 0.47% -
XYZ 10.04 9.25 19.35 -
YUV 86.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 83 82 121 0.31 0.32 0 0.53 241.54 0.19 0.4
Hex 53 52 79 1F 20 0 35 F2 13 28
Octal 123 122 171 37 40 0 65 362 23 50
Binary 1010011 1010010 1111001 11111 100000 0 110101 11110010 10011 101000

Color Harmonies of #535279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535279

Black with #535279

Text Example


Text Example

White with #535279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535279; }

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

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

background-color css

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

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

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

border-color css

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

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

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