Html Css Color HEX #548069 Cutty Sark

📋 copy color: '#548069'

red 84 ◦ green 128 ◦ blue 105

#548069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #548069

Tints of Cutty Sark #548069

RGB

 RED value IS 84 (33.2% from 255) = 26.5%

 GREEN value IS 128 (50.39% from 255) = 40.38%

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 26.5%
G = 40.38%
B = 33.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#548069 (or 0x548069) is known color: Cutty Sark. HEX triplet: 54, 80 and 69. RGB value is (84,128,105). Sum of RGB (Red+Green+Blue) = 84+128+105=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #548069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548069 is #AB7F96. Grayscale: #707070. Windows color (decimal): -11239319 or 6914132. OLE color: 6914132.

HSL color Cylindrical-coordinate representation of color #548069: hue angle of 148.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #548069 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 84 128 105 -
CMYK 0.34 0 0.18 0.50
HSL 148.64º 0.21% 0.42% -
HSV(B) 148.64º 0.34% 0.5% -
XYZ 13.93 18.34 16.17 -
YUV 112.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 84 128 105 0.34 0 0.18 0.50 148.64 0.21 0.42
Hex 54 80 69 22 0 12 32 95 15 2A
Octal 124 200 151 42 0 22 62 225 25 52
Binary 1010100 10000000 1101001 100010 0 10010 110010 10010101 10101 101010

Color Harmonies of #548069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548069

Black with #548069

Text Example


Text Example

White with #548069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548069; }

 p { color: rgb(84,128,105); }

 H1.HeaderClassName
 {
   color: #548069;
 }
 .AnyTagClassName
 {
   color: #548069;
 }
</style>

background-color css

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

 a { background-color: rgb(84,128,105); }

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

border-color css

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

 span { border-color: rgb(84,128,105); }

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