#54237C

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

Shades of Blue Diamond #54237C

Tints of Blue Diamond #54237C

Color information

#54237C (or 0x54237C) is unknown color: approx Blue Diamond. HEX triplet: 54, 23 and 7C. RGB value is (84,35,124). Sum of RGB (Red+Green+Blue) = 84+35+124=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #54237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54237C is #ABDC83. Grayscale: #3B3B3B. Windows color (decimal): -11263108 or 8135508. OLE color: 8135508.

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

Color convert

RGB8435124-
CMYK0.320.7200.51
HSL273.03º55.97%31.18%-
HSV(B)273.03º71.77%48.63%-
XYZ7.94.5419.53-
YUV59.8164.23145.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 124 (48.83% from 255) = 51.03%
R=34.57%
G=14.40%
B=51.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84351240.320.7200.51273.0355.9731.18
Hex54237C2048033111381f
Octal12443174401100634217037
Binary101010010001111111001000001001000011001110001000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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