#543374

Color #543374 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #543374

Tints of Blue Diamond #543374

Color information

#543374 (or 0x543374) is unknown color: approx Blue Diamond. HEX triplet: 54, 33 and 74. RGB value is (84,51,116). Sum of RGB (Red+Green+Blue) = 84+51+116=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #543374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543374 is #ABCC8B. Grayscale: #444444. Windows color (decimal): -11259020 or 7615316. OLE color: 7615316.

HSL color Cylindrical-coordinate representation of color #543374: hue angle of 270.46º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #543374 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8451116-
CMYK0.280.5600.55
HSL270.46º38.92%32.75%-
HSV(B)270.46º56.03%45.49%-
XYZ7.995.5117.17-
YUV68.28154.93139.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.47%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 116 (45.70% from 255) = 46.22%
R=33.47%
G=20.32%
B=46.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84511160.280.5600.55270.4638.9232.75
Hex5433741C3803710e2721
Octal1246316434700674164741
Binary10101001100111110100111001110000110111100001110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543374; }

 p { color: rgb(84,51,116); }

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

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

 a { background-color: rgb(84,51,116); }

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

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

 span { border-color: rgb(84,51,116); }

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