#548B6A

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

Shades of Cutty Sark #548B6A

Tints of Cutty Sark #548B6A

Color information

#548B6A (or 0x548B6A) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 6A. RGB value is (84,139,106). Sum of RGB (Red+Green+Blue) = 84+139+106=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #548B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B6A is #AB7495. Grayscale: #767676. Windows color (decimal): -11236502 or 6982484. OLE color: 6982484.

HSL color Cylindrical-coordinate representation of color #548B6A: hue angle of 144º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #548B6A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB84139106-
CMYK0.4000.240.45
HSL144º24.66%43.73%-
HSV(B)144º39.57%54.51%-
XYZ15.4921.3916.95-
YUV118.79120.78103.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=25.53%
G=42.25%
B=32.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391060.4000.240.4514424.6643.73
Hex548B6A280182D90192c
Octal12421315250030552203154
Binary10101001000101111010101010000110001011011001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,139,106); }

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

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

 a { background-color: rgb(84,139,106); }

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

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

 span { border-color: rgb(84,139,106); }

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