#534B79

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

Shades of Victoria #534B79

Tints of Victoria #534B79

Color information

#534B79 (or 0x534B79) is unknown color: approx Victoria. HEX triplet: 53, 4B and 79. RGB value is (83,75,121). Sum of RGB (Red+Green+Blue) = 83+75+121=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #534B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B79 is #ACB486. Grayscale: #525252. Windows color (decimal): -11318407 or 7949139. OLE color: 7949139.

HSL color Cylindrical-coordinate representation of color #534B79: hue angle of 250.43º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534B79 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8375121-
CMYK0.310.3800.53
HSL250.43º23.47%38.43%-
HSV(B)250.43º38.02%47.45%-
XYZ9.538.2519.18-
YUV82.64149.65128.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=29.75%
G=26.88%
B=43.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal83751210.310.3800.53250.4323.4738.43
Hex534B791F26035fa1726
Octal12311317137460653722746
Binary1010011100101111110011111110011001101011111101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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