Html Css Color HEX #547266 Cutty Sark

📋 copy color: '#547266'

red 84 ◦ green 114 ◦ blue 102

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

Shades of Cutty Sark #547266

Tints of Cutty Sark #547266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 28%
G = 38%
B = 34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#547266 (or 0x547266) is known color: Cutty Sark. HEX triplet: 54, 72 and 66. RGB value is (84,114,102). Sum of RGB (Red+Green+Blue) = 84+114+102=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #547266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547266 is #AB8D99. Grayscale: #676767. Windows color (decimal): -11242906 or 6713940. OLE color: 6713940.

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

Color convert

RGB 84 114 102 -
CMYK 0.26 0 0.11 0.55
HSL 156º 0.15% 0.39% -
HSV(B) 156º 0.26% 0.45% -
XYZ 12.07 14.88 14.81 -
YUV 103.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 84 114 102 0.26 0 0.11 0.55 156 0.15 0.39
Hex 54 72 66 1A 0 B 37 9C F 27
Octal 124 162 146 32 0 13 67 234 17 47
Binary 1010100 1110010 1100110 11010 0 1011 110111 10011100 1111 100111

Color Harmonies of #547266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547266

Black with #547266

Text Example


Text Example

White with #547266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547266; }

 p { color: rgb(84,114,102); }

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

background-color css

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

 a { background-color: rgb(84,114,102); }

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

border-color css

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

 span { border-color: rgb(84,114,102); }

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