#54207C

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

Shades of Blue Diamond #54207C

Tints of Blue Diamond #54207C

Color information

#54207C (or 0x54207C) is unknown color: approx Blue Diamond. HEX triplet: 54, 20 and 7C. RGB value is (84,32,124). Sum of RGB (Red+Green+Blue) = 84+32+124=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #54207C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54207C is #ABDF83. Grayscale: #393939. Windows color (decimal): -11263876 or 8134740. OLE color: 8134740.

HSL color Cylindrical-coordinate representation of color #54207C: hue angle of 273.91º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54207C is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8432124-
CMYK0.320.7400.51
HSL273.91º58.97%30.59%-
HSV(B)273.91º74.19%48.63%-
XYZ7.814.3719.5-
YUV58.04165.23146.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=35%
G=13.33%
B=51.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84321240.320.7400.51273.9158.9730.59
Hex54207C204A0331123b1f
Octal12440174401120634227337
Binary101010010000011111001000001001010011001110001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54207C; }

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

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

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

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

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

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

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

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