#542F70

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

Shades of Blue Diamond #542F70

Tints of Blue Diamond #542F70

Color information

#542F70 (or 0x542F70) is unknown color: approx Blue Diamond. HEX triplet: 54, 2F and 70. RGB value is (84,47,112). Sum of RGB (Red+Green+Blue) = 84+47+112=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #542F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542F70 is #ABD08F. Grayscale: #414141. Windows color (decimal): -11260048 or 7352148. OLE color: 7352148.

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

Color convert

RGB8447112-
CMYK0.250.5800.56
HSL274.15º40.88%31.18%-
HSV(B)274.15º58.04%43.92%-
XYZ7.65.0915.91-
YUV65.47154.26141.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=34.57%
G=19.34%
B=46.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84471120.250.5800.56274.1540.8831.18
Hex542F70193A038112291f
Octal1245716031720704225137
Binary1010100101111111000011001111010011100010001001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542F70; }

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

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

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

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

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

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

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

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