#548572

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

Shades of Cutty Sark #548572

Tints of Cutty Sark #548572

Color information

#548572 (or 0x548572) is unknown color: approx Cutty Sark. HEX triplet: 54, 85 and 72. RGB value is (84,133,114). Sum of RGB (Red+Green+Blue) = 84+133+114=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #548572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548572 is #AB7A8D. Grayscale: #747474. Windows color (decimal): -11238030 or 7505236. OLE color: 7505236.

HSL color Cylindrical-coordinate representation of color #548572: hue angle of 156.73º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #548572 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB84133114-
CMYK0.3700.140.48
HSL156.73º22.58%42.55%-
HSV(B)156.73º36.84%52.16%-
XYZ15.0819.8718.96-
YUV116.18126.77105.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=25.38%
G=40.18%
B=34.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal841331140.3700.140.48156.7322.5842.55
Hex548572250E309d172b
Octal12420516245016602352753
Binary1010100100001011110010100101011101100001001110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548572; }

 p { color: rgb(84,133,114); }

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

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

 a { background-color: rgb(84,133,114); }

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

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

 span { border-color: rgb(84,133,114); }

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