Html Css Color HEX #547A6C Cutty Sark

📋 copy color: '#547A6C'

red 84 ◦ green 122 ◦ blue 108

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

Shades of Cutty Sark #547A6C

Tints of Cutty Sark #547A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.85%

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

R = 26.75%
G = 38.85%
B = 34.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#547A6C (or 0x547A6C) is known color: Cutty Sark. HEX triplet: 54, 7A and 6C. RGB value is (84,122,108). Sum of RGB (Red+Green+Blue) = 84+122+108=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 122 - color contains mainly: green. Hex color #547A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A6C is #AB8593. Grayscale: #6D6D6D. Windows color (decimal): -11240852 or 7109204. OLE color: 7109204.

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

Color convert

RGB 84 122 108 -
CMYK 0.31 0 0.11 0.52
HSL 157.89º 0.18% 0.4% -
HSV(B) 157.89º 0.31% 0.48% -
XYZ 13.32 16.89 16.74 -
YUV 109.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 84 122 108 0.31 0 0.11 0.52 157.89 0.18 0.4
Hex 54 7A 6C 1F 0 B 34 9E 12 28
Octal 124 172 154 37 0 13 64 236 22 50
Binary 1010100 1111010 1101100 11111 0 1011 110100 10011110 10010 101000

Color Harmonies of #547A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A6C

Black with #547A6C

Text Example


Text Example

White with #547A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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