#54237B

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

Shades of Blue Diamond #54237B

Tints of Blue Diamond #54237B

Color information

#54237B (or 0x54237B) is unknown color: approx Blue Diamond. HEX triplet: 54, 23 and 7B. RGB value is (84,35,123). Sum of RGB (Red+Green+Blue) = 84+35+123=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #54237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54237B is #ABDC84. Grayscale: #3B3B3B. Windows color (decimal): -11263109 or 8069972. OLE color: 8069972.

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

Color convert

RGB8435123-
CMYK0.320.7200.52
HSL273.41º55.7%30.98%-
HSV(B)273.41º71.54%48.24%-
XYZ7.834.5219.2-
YUV59.68163.73145.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 123 (48.44% from 255) = 50.83%
R=34.71%
G=14.46%
B=50.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84351230.320.7200.52273.4155.730.98
Hex54237B2048034111381f
Octal12443173401100644217037
Binary101010010001111110111000001001000011010010001000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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