#542A75

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

Shades of Blue Diamond #542A75

Tints of Blue Diamond #542A75

Color information

#542A75 (or 0x542A75) is unknown color: approx Blue Diamond. HEX triplet: 54, 2A and 75. RGB value is (84,42,117). Sum of RGB (Red+Green+Blue) = 84+42+117=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #542A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542A75 is #ABD58A. Grayscale: #3E3E3E. Windows color (decimal): -11261323 or 7678548. OLE color: 7678548.

HSL color Cylindrical-coordinate representation of color #542A75: hue angle of 273.6º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #542A75 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8442117-
CMYK0.280.6400.54
HSL273.6º47.17%31.18%-
HSV(B)273.6º64.1%45.88%-
XYZ7.74.8317.36-
YUV63.11158.41142.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 42 (16.80% from 255) = 17.28%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=34.57%
G=17.28%
B=48.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84421170.280.6400.54273.647.1731.18
Hex542A751C400361122f1f
Octal12452165341000664225737
Binary10101001010101110101111001000000011011010001001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,117); }

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

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

 a { background-color: rgb(84,42,117); }

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

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

 span { border-color: rgb(84,42,117); }

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