Html Css Color HEX #54796B Cutty Sark

📋 copy color: '#54796B'

red 84 ◦ green 121 ◦ blue 107

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

Shades of Cutty Sark #54796B

Tints of Cutty Sark #54796B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 26.92%
G = 38.78%
B = 34.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#54796B (or 0x54796B) is known color: Cutty Sark. HEX triplet: 54, 79 and 6B. RGB value is (84,121,107). Sum of RGB (Red+Green+Blue) = 84+121+107=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 121 - color contains mainly: green. Hex color #54796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54796B is #AB8694. Grayscale: #6C6C6C. Windows color (decimal): -11241109 or 7043412. OLE color: 7043412.

HSL color Cylindrical-coordinate representation of color #54796B: hue angle of 157.3º 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 #54796B is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 121 107 -
CMYK 0.31 0 0.12 0.53
HSL 157.3º 0.18% 0.4% -
HSV(B) 157.3º 0.31% 0.47% -
XYZ 13.15 16.62 16.43 -
YUV 108.34 127.24 110.64 -
System Red Green Blue C M Y K H S L
Decimal 84 121 107 0.31 0 0.12 0.53 157.3 0.18 0.4
Hex 54 79 6B 1F 0 C 35 9D 12 28
Octal 124 171 153 37 0 14 65 235 22 50
Binary 1010100 1111001 1101011 11111 0 1100 110101 10011101 10010 101000

Color Harmonies of #54796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54796B

Black with #54796B

Text Example


Text Example

White with #54796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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