Html Css Color HEX #535081 Victoria

📋 copy color: '#535081'

red 83 ◦ green 80 ◦ blue 129

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

Shades of Victoria #535081

Tints of Victoria #535081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 28.42%
G = 27.4%
B = 44.18%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#535081 (or 0x535081) is known color: Victoria. HEX triplet: 53, 50 and 81. RGB value is (83,80,129). Sum of RGB (Red+Green+Blue) = 83+80+129=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #535081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535081 is #ACAF7E. Grayscale: #565656. Windows color (decimal): -11317119 or 8474707. OLE color: 8474707.

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

Color convert

RGB 83 80 129 -
CMYK 0.36 0.38 0 0.49
HSL 243.67º 0.23% 0.41% -
HSV(B) 243.67º 0.38% 0.51% -
XYZ 10.4 9.16 21.99 -
YUV 86.48 151.99 125.52 -
System Red Green Blue C M Y K H S L
Decimal 83 80 129 0.36 0.38 0 0.49 243.67 0.23 0.41
Hex 53 50 81 24 26 0 31 F4 17 29
Octal 123 120 201 44 46 0 61 364 27 51
Binary 1010011 1010000 10000001 100100 100110 0 110001 11110100 10111 101001

Color Harmonies of #535081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535081

Black with #535081

Text Example


Text Example

White with #535081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535081; }

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

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

background-color css

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

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

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

border-color css

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

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

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