#543074

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

Shades of Blue Diamond #543074

Tints of Blue Diamond #543074

Color information

#543074 (or 0x543074) is unknown color: approx Blue Diamond. HEX triplet: 54, 30 and 74. RGB value is (84,48,116). Sum of RGB (Red+Green+Blue) = 84+48+116=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #543074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543074 is #ABCF8B. Grayscale: #424242. Windows color (decimal): -11259788 or 7614548. OLE color: 7614548.

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

Color convert

RGB8448116-
CMYK0.280.5900.55
HSL271.76º41.46%32.16%-
HSV(B)271.76º58.62%45.49%-
XYZ7.875.2617.12-
YUV66.52155.93140.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.87%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 116 (45.70% from 255) = 46.77%
R=33.87%
G=19.35%
B=46.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84481160.280.5900.55271.7641.4632.16
Hex5430741C3B0371102920
Octal1246016434730674205140
Binary10101001100001110100111001110110110111100010000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543074; }

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

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

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

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

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

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

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

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