#557367

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

Shades of Cutty Sark #557367

Tints of Cutty Sark #557367

Color information

#557367 (or 0x557367) is unknown color: approx Cutty Sark. HEX triplet: 55, 73 and 67. RGB value is (85,115,103). Sum of RGB (Red+Green+Blue) = 85+115+103=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #557367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557367 is #AA8C98. Grayscale: #686868. Windows color (decimal): -11177113 or 6779733. OLE color: 6779733.

HSL color Cylindrical-coordinate representation of color #557367: 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 #557367 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB85115103-
CMYK0.2600.100.55
HSL156º15%39.22%-
HSV(B)156º26.09%45.1%-
XYZ12.3315.1715.11-
YUV104.66127.06113.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.05%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 103 (40.62% from 255) = 33.99%
R=28.05%
G=37.95%
B=33.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal851151030.2600.100.551561539.22
Hex5573671A0A379cf27
Octal12516314732012672341747
Binary1010101111001111001111101001010110111100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557367; }

 p { color: rgb(85,115,103); }

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

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

 a { background-color: rgb(85,115,103); }

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

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

 span { border-color: rgb(85,115,103); }

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