#547467

Color #547467 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #547467

Tints of Cutty Sark #547467

Color information

#547467 (or 0x547467) is unknown color: approx Cutty Sark. HEX triplet: 54, 74 and 67. RGB value is (84,116,103). Sum of RGB (Red+Green+Blue) = 84+116+103=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #547467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547467 is #AB8B98. Grayscale: #686868. Windows color (decimal): -11242393 or 6779988. OLE color: 6779988.

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

Color convert

RGB84116103-
CMYK0.2800.110.55
HSL155.62º16%39.22%-
HSV(B)155.62º27.59%45.49%-
XYZ12.3515.3515.14-
YUV104.95126.9113.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.72%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=27.72%
G=38.28%
B=33.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal841161030.2800.110.55155.621639.22
Hex5474671C0B379c1027
Octal12416414734013672342047
Binary10101001110100110011111100010111101111001110010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547467; }

 p { color: rgb(84,116,103); }

 H1.HeaderClassName
 {
   color: #547467;
 }
 .AnyTagClassName
 {
   color: #547467;
 }
</style>
background-color css

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

 a { background-color: rgb(84,116,103); }

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

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

 span { border-color: rgb(84,116,103); }

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