#548B77

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

Shades of Cutty Sark #548B77

Tints of Cutty Sark #548B77

Color information

#548B77 (or 0x548B77) is unknown color: approx Cutty Sark. HEX triplet: 54, 8B and 77. RGB value is (84,139,119). Sum of RGB (Red+Green+Blue) = 84+139+119=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #548B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B77 is #AB7488. Grayscale: #787878. Windows color (decimal): -11236489 or 7834452. OLE color: 7834452.

HSL color Cylindrical-coordinate representation of color #548B77: hue angle of 158.18º 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 #548B77 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB84139119-
CMYK0.4000.140.45
HSL158.18º24.66%43.73%-
HSV(B)158.18º39.57%54.51%-
XYZ16.2221.6820.78-
YUV120.28127.28102.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.56%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 119 (46.88% from 255) = 34.80%
R=24.56%
G=40.64%
B=34.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal841391190.4000.140.45158.1824.6643.73
Hex548B77280E2D9e192c
Octal12421316750016552363154
Binary1010100100010111110111101000011101011011001111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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