#534E7F

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

Shades of Victoria #534E7F

Tints of Victoria #534E7F

Color information

#534E7F (or 0x534E7F) is unknown color: approx Victoria. HEX triplet: 53, 4E and 7F. RGB value is (83,78,127). Sum of RGB (Red+Green+Blue) = 83+78+127=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #534E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E7F is #ACB180. Grayscale: #545454. Windows color (decimal): -11317633 or 8343123. OLE color: 8343123.

HSL color Cylindrical-coordinate representation of color #534E7F: hue angle of 246.12º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534E7F is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8378127-
CMYK0.350.3900.50
HSL246.12º23.9%40.2%-
HSV(B)246.12º38.58%49.8%-
XYZ10.128.8221.25-
YUV85.08151.66126.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 127 (50% from 255) = 44.10%
R=28.82%
G=27.08%
B=44.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83781270.350.3900.50246.1223.940.2
Hex534E7F2327032f61828
Octal12311617743470623663050
Binary10100111001110111111110001110011101100101111011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,78,127); }

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

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

 a { background-color: rgb(83,78,127); }

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

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

 span { border-color: rgb(83,78,127); }

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