#543370

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

Shades of Blue Diamond #543370

Tints of Blue Diamond #543370

Color information

#543370 (or 0x543370) is unknown color: approx Blue Diamond. HEX triplet: 54, 33 and 70. RGB value is (84,51,112). Sum of RGB (Red+Green+Blue) = 84+51+112=247 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.01% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #543370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #543370 is #ABCC8F. Grayscale: #434343. Windows color (decimal): -11259024 or 7353172. OLE color: 7353172.

HSL color Cylindrical-coordinate representation of color #543370: hue angle of 272.46º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #543370 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8451112-
CMYK0.250.5400.56
HSL272.46º37.42%31.96%-
HSV(B)272.46º54.46%43.92%-
XYZ7.765.4215.97-
YUV67.82152.93139.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.01%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=34.01%
G=20.65%
B=45.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84511120.250.5400.56272.4637.4231.96
Hex54337019360381102520
Octal1246316031660704204540
Binary10101001100111110000110011101100111000100010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543370; }

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

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

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

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

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

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

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

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