Html Css Color HEX #547A6D Cutty Sark

📋 copy color: '#547A6D'

red 84 ◦ green 122 ◦ blue 109

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

Shades of Cutty Sark #547A6D

Tints of Cutty Sark #547A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 26.67%
G = 38.73%
B = 34.6%

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

#547A6D (or 0x547A6D) is known color: Cutty Sark. HEX triplet: 54, 7A and 6D. RGB value is (84,122,109). Sum of RGB (Red+Green+Blue) = 84+122+109=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 122 - color contains mainly: green. Hex color #547A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547A6D is #AB8592. Grayscale: #6D6D6D. Windows color (decimal): -11240851 or 7174740. OLE color: 7174740.

HSL color Cylindrical-coordinate representation of color #547A6D: hue angle of 159.47º 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 #547A6D is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 122 109 -
CMYK 0.31 0 0.11 0.52
HSL 159.47º 0.18% 0.4% -
HSV(B) 159.47º 0.31% 0.48% -
XYZ 13.38 16.91 17.03 -
YUV 109.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 84 122 109 0.31 0 0.11 0.52 159.47 0.18 0.4
Hex 54 7A 6D 1F 0 B 34 9F 12 28
Octal 124 172 155 37 0 13 64 237 22 50
Binary 1010100 1111010 1101101 11111 0 1011 110100 10011111 10010 101000

Color Harmonies of #547A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547A6D

Black with #547A6D

Text Example


Text Example

White with #547A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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