#558877

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

Shades of Cutty Sark #558877

Tints of Cutty Sark #558877

Color information

#558877 (or 0x558877) is unknown color: approx Cutty Sark. HEX triplet: 55, 88 and 77. RGB value is (85,136,119). Sum of RGB (Red+Green+Blue) = 85+136+119=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #558877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558877 is #AA7788. Grayscale: #767676. Windows color (decimal): -11171721 or 7833685. OLE color: 7833685.

HSL color Cylindrical-coordinate representation of color #558877: hue angle of 160º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558877 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB85136119-
CMYK0.3800.120.47
HSL160º23.08%43.33%-
HSV(B)160º37.5%53.33%-
XYZ15.8820.8720.64-
YUV118.81128.1103.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 35%
R=25%
G=40%
B=35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851361190.3800.120.4716023.0843.33
Hex558877260C2Fa0172b
Octal12521016746014572402753
Binary1010101100010001110111100110011001011111010000010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558877; }

 p { color: rgb(85,136,119); }

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

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

 a { background-color: rgb(85,136,119); }

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

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

 span { border-color: rgb(85,136,119); }

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