#54276F

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

Shades of Blue Diamond #54276F

Tints of Blue Diamond #54276F

Color information

#54276F (or 0x54276F) is unknown color: approx Blue Diamond. HEX triplet: 54, 27 and 6F. RGB value is (84,39,111). Sum of RGB (Red+Green+Blue) = 84+39+111=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #54276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54276F is #ABD890. Grayscale: #3C3C3C. Windows color (decimal): -11262097 or 7284564. OLE color: 7284564.

HSL color Cylindrical-coordinate representation of color #54276F: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54276F is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8439111-
CMYK0.240.6500.56
HSL277.5º48%29.41%-
HSV(B)277.5º64.86%43.53%-
XYZ7.254.4815.52-
YUV60.66156.41144.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=35.90%
G=16.67%
B=47.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84391110.240.6500.56277.54829.41
Hex54276F1841038116301d
Octal12447157301010704266035
Binary10101001001111101111110001000001011100010001011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54276F; }

 p { color: rgb(84,39,111); }

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

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

 a { background-color: rgb(84,39,111); }

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

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

 span { border-color: rgb(84,39,111); }

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