Html Css Color HEX #535280 Victoria

📋 copy color: '#535280'

red 83 ◦ green 82 ◦ blue 128

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

Shades of Victoria #535280

Tints of Victoria #535280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 28.33%
G = 27.99%
B = 43.69%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535280 (or 0x535280) is known color: Victoria. HEX triplet: 53, 52 and 80. RGB value is (83,82,128). Sum of RGB (Red+Green+Blue) = 83+82+128=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #535280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535280 is #ACAD7F. Grayscale: #575757. Windows color (decimal): -11316608 or 8409683. OLE color: 8409683.

HSL color Cylindrical-coordinate representation of color #535280: hue angle of 241.3º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #535280 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 82 128 -
CMYK 0.35 0.36 0 0.50
HSL 241.3º 0.22% 0.41% -
HSV(B) 241.3º 0.36% 0.5% -
XYZ 10.48 9.43 21.69 -
YUV 87.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 83 82 128 0.35 0.36 0 0.50 241.3 0.22 0.41
Hex 53 52 80 23 24 0 32 F1 16 29
Octal 123 122 200 43 44 0 62 361 26 51
Binary 1010011 1010010 10000000 100011 100100 0 110010 11110001 10110 101001

Color Harmonies of #535280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535280

Black with #535280

Text Example


Text Example

White with #535280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535280; }

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

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

background-color css

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

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

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

border-color css

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

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

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