#534B81

Color #534B81 Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #534B81

Tints of Victoria #534B81

Color information

#534B81 (or 0x534B81) is unknown color: approx Victoria. HEX triplet: 53, 4B and 81. RGB value is (83,75,129). Sum of RGB (Red+Green+Blue) = 83+75+129=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #534B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534B81 is #ACB47E. Grayscale: #535353. Windows color (decimal): -11318399 or 8473427. OLE color: 8473427.

HSL color Cylindrical-coordinate representation of color #534B81: hue angle of 248.89º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #534B81 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8375129-
CMYK0.360.4200.49
HSL248.89º26.47%40%-
HSV(B)248.89º41.86%50.59%-
XYZ10.058.4621.87-
YUV83.55153.65127.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=28.92%
G=26.13%
B=44.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83751290.360.4200.49248.8926.4740
Hex534B81242A031f91a28
Octal12311320144520613713250
Binary101001110010111000000110010010101001100011111100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534B81; }

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

 H1.HeaderClassName
 {
   color: #534B81;
 }
 .AnyTagClassName
 {
   color: #534B81;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #534B81;
 }
 .BgClassName
 {
   background-color: #534B81;
 }
</style>
border-color css

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

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

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