Html Css Color HEX #54786B Cutty Sark

📋 copy color: '#54786B'

red 84 ◦ green 120 ◦ blue 107

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

Shades of Cutty Sark #54786B

Tints of Cutty Sark #54786B

RGB

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

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

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

R = 27.01%
G = 38.59%
B = 34.41%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#54786B (or 0x54786B) is known color: Cutty Sark. HEX triplet: 54, 78 and 6B. RGB value is (84,120,107). Sum of RGB (Red+Green+Blue) = 84+120+107=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #54786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54786B is #AB8794. Grayscale: #6B6B6B. Windows color (decimal): -11241365 or 7043156. OLE color: 7043156.

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

Color convert

RGB 84 120 107 -
CMYK 0.3 0 0.11 0.53
HSL 158.33º 0.18% 0.4% -
HSV(B) 158.33º 0.3% 0.47% -
XYZ 13.03 16.38 16.38 -
YUV 107.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 84 120 107 0.3 0 0.11 0.53 158.33 0.18 0.4
Hex 54 78 6B 1E 0 B 35 9E 12 28
Octal 124 170 153 36 0 13 65 236 22 50
Binary 1010100 1111000 1101011 11110 0 1011 110101 10011110 10010 101000

Color Harmonies of #54786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54786B

Black with #54786B

Text Example


Text Example

White with #54786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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