Html Css Color HEX #547468 Cutty Sark

📋 copy color: '#547468'

red 84 ◦ green 116 ◦ blue 104

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

Shades of Cutty Sark #547468

Tints of Cutty Sark #547468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.16%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 27.63%
G = 38.16%
B = 34.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#547468 (or 0x547468) is known color: Cutty Sark. HEX triplet: 54, 74 and 68. RGB value is (84,116,104). Sum of RGB (Red+Green+Blue) = 84+116+104=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #547468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547468 is #AB8B97. Grayscale: #696969. Windows color (decimal): -11242392 or 6845524. OLE color: 6845524.

HSL color Cylindrical-coordinate representation of color #547468: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547468 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 116 104 -
CMYK 0.28 0 0.10 0.55
HSL 157.5º 0.16% 0.39% -
HSV(B) 157.5º 0.28% 0.45% -
XYZ 12.4 15.38 15.41 -
YUV 105.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 84 116 104 0.28 0 0.10 0.55 157.5 0.16 0.39
Hex 54 74 68 1C 0 A 37 9E 10 27
Octal 124 164 150 34 0 12 67 236 20 47
Binary 1010100 1110100 1101000 11100 0 1010 110111 10011110 10000 100111

Color Harmonies of #547468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547468

Black with #547468

Text Example


Text Example

White with #547468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547468; }

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

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

background-color css

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

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

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

border-color css

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

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

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