Html Css Color HEX #54796C Cutty Sark

📋 copy color: '#54796C'

red 84 ◦ green 121 ◦ blue 108

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

Shades of Cutty Sark #54796C

Tints of Cutty Sark #54796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 26.84%
G = 38.66%
B = 34.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#54796C (or 0x54796C) is known color: Cutty Sark. HEX triplet: 54, 79 and 6C. RGB value is (84,121,108). Sum of RGB (Red+Green+Blue) = 84+121+108=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #54796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54796C is #AB8693. Grayscale: #6C6C6C. Windows color (decimal): -11241108 or 7108948. OLE color: 7108948.

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

Color convert

RGB 84 121 108 -
CMYK 0.31 0 0.11 0.53
HSL 158.92º 0.18% 0.4% -
HSV(B) 158.92º 0.31% 0.47% -
XYZ 13.2 16.64 16.7 -
YUV 108.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 84 121 108 0.31 0 0.11 0.53 158.92 0.18 0.4
Hex 54 79 6C 1F 0 B 35 9F 12 28
Octal 124 171 154 37 0 13 65 237 22 50
Binary 1010100 1111001 1101100 11111 0 1011 110101 10011111 10010 101000

Color Harmonies of #54796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54796C

Black with #54796C

Text Example


Text Example

White with #54796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54796C; }

 p { color: rgb(84,121,108); }

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

background-color css

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

 a { background-color: rgb(84,121,108); }

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

border-color css

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

 span { border-color: rgb(84,121,108); }

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