Html Css Color HEX #547165 Cutty Sark

📋 copy color: '#547165'

red 84 ◦ green 113 ◦ blue 101

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

Shades of Cutty Sark #547165

Tints of Cutty Sark #547165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 101 (39.84% from 255) = 33.89%

R = 28.19%
G = 37.92%
B = 33.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#547165 (or 0x547165) is known color: Cutty Sark. HEX triplet: 54, 71 and 65. RGB value is (84,113,101). Sum of RGB (Red+Green+Blue) = 84+113+101=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #547165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547165 is #AB8E9A. Grayscale: #666666. Windows color (decimal): -11243163 or 6648148. OLE color: 6648148.

HSL color Cylindrical-coordinate representation of color #547165: hue angle of 155.17º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #547165 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 113 101 -
CMYK 0.26 0 0.11 0.56
HSL 155.17º 0.15% 0.39% -
HSV(B) 155.17º 0.26% 0.44% -
XYZ 11.91 14.63 14.51 -
YUV 102.96 126.89 114.48 -
System Red Green Blue C M Y K H S L
Decimal 84 113 101 0.26 0 0.11 0.56 155.17 0.15 0.39
Hex 54 71 65 1A 0 B 38 9B F 27
Octal 124 161 145 32 0 13 70 233 17 47
Binary 1010100 1110001 1100101 11010 0 1011 111000 10011011 1111 100111

Color Harmonies of #547165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547165

Black with #547165

Text Example


Text Example

White with #547165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547165; }

 p { color: rgb(84,113,101); }

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

background-color css

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

 a { background-color: rgb(84,113,101); }

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

border-color css

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

 span { border-color: rgb(84,113,101); }

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