Html Css Color HEX #535080 Victoria

📋 copy color: '#535080'

red 83 ◦ green 80 ◦ blue 128

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

Shades of Victoria #535080

Tints of Victoria #535080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 28.52%
G = 27.49%
B = 43.99%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#535080 (or 0x535080) is known color: Victoria. HEX triplet: 53, 50 and 80. RGB value is (83,80,128). Sum of RGB (Red+Green+Blue) = 83+80+128=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #535080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535080 is #ACAF7F. Grayscale: #565656. Windows color (decimal): -11317120 or 8409171. OLE color: 8409171.

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

Color convert

RGB 83 80 128 -
CMYK 0.35 0.38 0 0.50
HSL 243.75º 0.23% 0.41% -
HSV(B) 243.75º 0.38% 0.5% -
XYZ 10.33 9.13 21.64 -
YUV 86.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 83 80 128 0.35 0.38 0 0.50 243.75 0.23 0.41
Hex 53 50 80 23 26 0 32 F4 17 29
Octal 123 120 200 43 46 0 62 364 27 51
Binary 1010011 1010000 10000000 100011 100110 0 110010 11110100 10111 101001

Color Harmonies of #535080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535080

Black with #535080

Text Example


Text Example

White with #535080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535080; }

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

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

background-color css

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

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

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

border-color css

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

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

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