Html Css Color HEX #54786C Cutty Sark

📋 copy color: '#54786C'

red 84 ◦ green 120 ◦ blue 108

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

Shades of Cutty Sark #54786C

Tints of Cutty Sark #54786C

RGB

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

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

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

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#54786C (or 0x54786C) is known color: Cutty Sark. HEX triplet: 54, 78 and 6C. RGB value is (84,120,108). Sum of RGB (Red+Green+Blue) = 84+120+108=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #54786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54786C is #AB8793. Grayscale: #6B6B6B. Windows color (decimal): -11241364 or 7108692. OLE color: 7108692.

HSL color Cylindrical-coordinate representation of color #54786C: hue angle of 160º 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 #54786C is Cyan = 0.3, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 120 108 -
CMYK 0.3 0 0.10 0.53
HSL 160º 0.18% 0.4% -
HSV(B) 160º 0.3% 0.47% -
XYZ 13.08 16.4 16.66 -
YUV 107.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 84 120 108 0.3 0 0.10 0.53 160 0.18 0.4
Hex 54 78 6C 1E 0 A 35 A0 12 28
Octal 124 170 154 36 0 12 65 240 22 50
Binary 1010100 1111000 1101100 11110 0 1010 110101 10100000 10010 101000

Color Harmonies of #54786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54786C

Black with #54786C

Text Example


Text Example

White with #54786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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