#534E7B

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

Shades of Victoria #534E7B

Tints of Victoria #534E7B

Color information

#534E7B (or 0x534E7B) is unknown color: approx Victoria. HEX triplet: 53, 4E and 7B. RGB value is (83,78,123). Sum of RGB (Red+Green+Blue) = 83+78+123=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #534E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E7B is #ACB184. Grayscale: #545454. Windows color (decimal): -11317637 or 8080979. OLE color: 8080979.

HSL color Cylindrical-coordinate representation of color #534E7B: hue angle of 246.67º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534E7B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8378123-
CMYK0.330.3700.52
HSL246.67º22.39%39.41%-
HSV(B)246.67º36.59%48.24%-
XYZ9.878.7219.9-
YUV84.62149.66126.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=29.23%
G=27.46%
B=43.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83781230.330.3700.52246.6722.3939.41
Hex534E7B2125034f71627
Octal12311617341450643672647
Binary10100111001110111101110000110010101101001111011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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