#542370

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

Shades of Blue Diamond #542370

Tints of Blue Diamond #542370

Color information

#542370 (or 0x542370) is unknown color: approx Blue Diamond. HEX triplet: 54, 23 and 70. RGB value is (84,35,112). Sum of RGB (Red+Green+Blue) = 84+35+112=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #542370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542370 is #ABDC8F. Grayscale: #3A3A3A. Windows color (decimal): -11263120 or 7349076. OLE color: 7349076.

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

Color convert

RGB8435112-
CMYK0.250.6900.56
HSL278.18º52.38%28.82%-
HSV(B)278.18º68.75%43.92%-
XYZ7.184.2615.77-
YUV58.43158.23146.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=36.36%
G=15.15%
B=48.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84351120.250.6900.56278.1852.3828.82
Hex5423701945038116341d
Octal12443160311050704266435
Binary10101001000111110000110011000101011100010001011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542370; }

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

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

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

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

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

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

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

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