#557B6E

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

Shades of Cutty Sark #557B6E

Tints of Cutty Sark #557B6E

Color information

#557B6E (or 0x557B6E) is unknown color: approx Cutty Sark. HEX triplet: 55, 7B and 6E. RGB value is (85,123,110). Sum of RGB (Red+Green+Blue) = 85+123+110=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 123 - color contains mainly: green. Hex color #557B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B6E is #AA8491. Grayscale: #6E6E6E. Windows color (decimal): -11175058 or 7240533. OLE color: 7240533.

HSL color Cylindrical-coordinate representation of color #557B6E: hue angle of 159.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B6E is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB85123110-
CMYK0.3100.110.52
HSL159.47º18.27%40.78%-
HSV(B)159.47º30.89%48.24%-
XYZ13.6417.2217.36-
YUV110.16127.91110.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.73%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=26.73%
G=38.68%
B=34.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal851231100.3100.110.52159.4718.2740.78
Hex557B6E1F0B349f1229
Octal12517315637013642372251
Binary10101011111011110111011111010111101001001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557B6E; }

 p { color: rgb(85,123,110); }

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

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

 a { background-color: rgb(85,123,110); }

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

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

 span { border-color: rgb(85,123,110); }

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