#548A5D

Color #548A5D Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #548A5D

Tints of Como #548A5D

Color information

#548A5D (or 0x548A5D) is unknown color: approx Como. HEX triplet: 54, 8A and 5D. RGB value is (84,138,93). Sum of RGB (Red+Green+Blue) = 84+138+93=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #548A5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A5D is #AB75A2. Grayscale: #747474. Windows color (decimal): -11236771 or 6130260. OLE color: 6130260.

HSL color Cylindrical-coordinate representation of color #548A5D: hue angle of 130º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A5D is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB8413893-
CMYK0.3900.330.46
HSL130º24.32%43.53%-
HSV(B)130º39.13%54.12%-
XYZ14.7220.8513.6-
YUV116.72114.61104.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.67%
GREEN value IS 138 (54.30% from 255) = 43.81%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=26.67%
G=43.81%
B=29.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84138930.3900.330.4613024.3243.53
Hex548A5D270212E82182c
Octal12421213547041562023054
Binary101010010001010101110110011101000011011101000001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548A5D; }

 p { color: rgb(84,138,93); }

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

<style>
 a { background-color: #548A5D; }

 a { background-color: rgb(84,138,93); }

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

<style>
 span { border-color: #548A5D; }

 span { border-color: rgb(84,138,93); }

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