#534B7A

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

Shades of Victoria #534B7A

Tints of Victoria #534B7A

Color information

#534B7A (or 0x534B7A) is unknown color: approx Victoria. HEX triplet: 53, 4B and 7A. RGB value is (83,75,122). Sum of RGB (Red+Green+Blue) = 83+75+122=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #534B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534B7A is #ACB485. Grayscale: #525252. Windows color (decimal): -11318406 or 8014675. OLE color: 8014675.

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

Color convert

RGB8375122-
CMYK0.320.3900.52
HSL250.21º23.86%38.63%-
HSV(B)250.21º38.52%47.84%-
XYZ9.68.2819.5-
YUV82.75150.15128.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 122 (48.05% from 255) = 43.57%
R=29.64%
G=26.79%
B=43.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal83751220.320.3900.52250.2123.8638.63
Hex534B7A2027034fa1827
Octal12311317240470643723047
Binary10100111001011111101010000010011101101001111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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