#542075

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

Shades of Blue Diamond #542075

Tints of Blue Diamond #542075

Color information

#542075 (or 0x542075) is unknown color: approx Blue Diamond. HEX triplet: 54, 20 and 75. RGB value is (84,32,117). Sum of RGB (Red+Green+Blue) = 84+32+117=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #542075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542075 is #ABDF8A. Grayscale: #383838. Windows color (decimal): -11263883 or 7675988. OLE color: 7675988.

HSL color Cylindrical-coordinate representation of color #542075: hue angle of 276.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542075 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8432117-
CMYK0.280.7300.54
HSL276.71º57.05%29.22%-
HSV(B)276.71º72.65%45.88%-
XYZ7.384.217.25-
YUV57.24161.73147.09-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.05%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 117 (46.09% from 255) = 50.21%
R=36.05%
G=13.73%
B=50.21%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84321170.280.7300.54276.7157.0529.22
Hex5420751C49036115391d
Octal12440165341110664257135
Binary10101001000001110101111001001001011011010001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542075; }

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

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

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

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

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

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

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

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