#54437B

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

Shades of Gigas #54437B

Tints of Gigas #54437B

Color information

#54437B (or 0x54437B) is unknown color: approx Gigas. HEX triplet: 54, 43 and 7B. RGB value is (84,67,123). Sum of RGB (Red+Green+Blue) = 84+67+123=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #54437B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54437B is #ABBC84. Grayscale: #4E4E4E. Windows color (decimal): -11254917 or 8078164. OLE color: 8078164.

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

Color convert

RGB8467123-
CMYK0.320.4600.52
HSL258.21º29.47%37.25%-
HSV(B)258.21º45.53%48.24%-
XYZ9.247.3319.67-
YUV78.47153.13131.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 67 (26.56% from 255) = 24.45%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=30.66%
G=24.45%
B=44.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84671230.320.4600.52258.2129.4737.25
Hex54437B202E0341021d25
Octal12410317340560644023545
Binary101010010000111111011100000101110011010010000001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54437B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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