#547B6A

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

Shades of Cutty Sark #547B6A

Tints of Cutty Sark #547B6A

Color information

#547B6A (or 0x547B6A) is unknown color: approx Cutty Sark. HEX triplet: 54, 7B and 6A. RGB value is (84,123,106). Sum of RGB (Red+Green+Blue) = 84+123+106=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 123 - color contains mainly: green. Hex color #547B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B6A is #AB8495. Grayscale: #6D6D6D. Windows color (decimal): -11240598 or 6978388. OLE color: 6978388.

HSL color Cylindrical-coordinate representation of color #547B6A: hue angle of 153.85º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B6A is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB84123106-
CMYK0.3200.140.52
HSL153.85º18.84%40.59%-
HSV(B)153.85º31.71%48.24%-
XYZ13.3417.0916.23-
YUV109.4126.08109.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.84%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=26.84%
G=39.30%
B=33.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841231060.3200.140.52153.8518.8440.59
Hex547B6A200E349a1329
Octal12417315240016642322351
Binary101010011110111101010100000011101101001001101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,123,106); }

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

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

 a { background-color: rgb(84,123,106); }

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

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

 span { border-color: rgb(84,123,106); }

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