Html Css Color HEX #547869 Cutty Sark

📋 copy color: '#547869'

red 84 ◦ green 120 ◦ blue 105

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

Shades of Cutty Sark #547869

Tints of Cutty Sark #547869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.83%

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

R = 27.18%
G = 38.83%
B = 33.98%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#547869 (or 0x547869) is known color: Cutty Sark. HEX triplet: 54, 78 and 69. RGB value is (84,120,105). Sum of RGB (Red+Green+Blue) = 84+120+105=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 120 - color contains mainly: green. Hex color #547869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547869 is #AB8796. Grayscale: #6B6B6B. Windows color (decimal): -11241367 or 6912084. OLE color: 6912084.

HSL color Cylindrical-coordinate representation of color #547869: hue angle of 155º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #547869 is Cyan = 0.3, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 120 105 -
CMYK 0.3 0 0.13 0.53
HSL 155º 0.18% 0.4% -
HSV(B) 155º 0.3% 0.47% -
XYZ 12.92 16.34 15.84 -
YUV 107.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 84 120 105 0.3 0 0.13 0.53 155 0.18 0.4
Hex 54 78 69 1E 0 D 35 9B 12 28
Octal 124 170 151 36 0 15 65 233 22 50
Binary 1010100 1111000 1101001 11110 0 1101 110101 10011011 10010 101000

Color Harmonies of #547869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547869

Black with #547869

Text Example


Text Example

White with #547869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547869; }

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

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

background-color css

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

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

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

border-color css

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

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

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