#542172

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

Shades of Blue Diamond #542172

Tints of Blue Diamond #542172

Color information

#542172 (or 0x542172) is unknown color: approx Blue Diamond. HEX triplet: 54, 21 and 72. RGB value is (84,33,114). Sum of RGB (Red+Green+Blue) = 84+33+114=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #542172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542172 is #ABDE8D. Grayscale: #393939. Windows color (decimal): -11263630 or 7479636. OLE color: 7479636.

HSL color Cylindrical-coordinate representation of color #542172: hue angle of 277.78º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #542172 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8433114-
CMYK0.260.7100.55
HSL277.78º55.1%28.82%-
HSV(B)277.78º71.05%44.71%-
XYZ7.244.1916.35-
YUV57.48159.9146.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=36.36%
G=14.29%
B=49.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84331140.260.7100.55277.7855.128.82
Hex5421721A47037116371d
Octal12441162321070674266735
Binary10101001000011110010110101000111011011110001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542172; }

 p { color: rgb(84,33,114); }

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

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

 a { background-color: rgb(84,33,114); }

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

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

 span { border-color: rgb(84,33,114); }

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