#548274

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

Shades of Cutty Sark #548274

Tints of Cutty Sark #548274

Color information

#548274 (or 0x548274) is unknown color: approx Cutty Sark. HEX triplet: 54, 82 and 74. RGB value is (84,130,116). Sum of RGB (Red+Green+Blue) = 84+130+116=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 130 - color contains mainly: green. Hex color #548274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548274 is #AB7D8B. Grayscale: #727272. Windows color (decimal): -11238796 or 7635540. OLE color: 7635540.

HSL color Cylindrical-coordinate representation of color #548274: hue angle of 161.74º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #548274 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB84130116-
CMYK0.3500.110.49
HSL161.74º21.5%41.96%-
HSV(B)161.74º35.38%50.98%-
XYZ14.7919.1119.43-
YUV114.65128.76106.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=25.45%
G=39.39%
B=35.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal841301160.3500.110.49161.7421.541.96
Hex548274230B31a2152a
Octal12420216443013612422552
Binary1010100100000101110100100011010111100011010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548274; }

 p { color: rgb(84,130,116); }

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

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

 a { background-color: rgb(84,130,116); }

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

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

 span { border-color: rgb(84,130,116); }

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