#543B70

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

Shades of Blue Diamond #543B70

Tints of Blue Diamond #543B70

Color information

#543B70 (or 0x543B70) is unknown color: approx Blue Diamond. HEX triplet: 54, 3B and 70. RGB value is (84,59,112). Sum of RGB (Red+Green+Blue) = 84+59+112=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #543B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543B70 is #ABC48F. Grayscale: #484848. Windows color (decimal): -11256976 or 7355220. OLE color: 7355220.

HSL color Cylindrical-coordinate representation of color #543B70: hue angle of 268.3º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #543B70 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8459112-
CMYK0.250.4700.56
HSL268.3º30.99%33.53%-
HSV(B)268.3º47.32%43.92%-
XYZ8.146.1816.09-
YUV72.52150.28136.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=32.94%
G=23.14%
B=43.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84591120.250.4700.56268.330.9933.53
Hex543B70192F03810c1f22
Octal1247316031570704143742
Binary1010100111011111000011001101111011100010000110011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543B70; }

 p { color: rgb(84,59,112); }

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

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

 a { background-color: rgb(84,59,112); }

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

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

 span { border-color: rgb(84,59,112); }

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