#558D7B

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

Shades of Cutty Sark #558D7B

Tints of Cutty Sark #558D7B

Color information

#558D7B (or 0x558D7B) is unknown color: approx Cutty Sark. HEX triplet: 55, 8D and 7B. RGB value is (85,141,123). Sum of RGB (Red+Green+Blue) = 85+141+123=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #558D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558D7B is #AA7284. Grayscale: #7A7A7A. Windows color (decimal): -11170437 or 8097109. OLE color: 8097109.

HSL color Cylindrical-coordinate representation of color #558D7B: hue angle of 160.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #558D7B is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB85141123-
CMYK0.4000.130.45
HSL160.71º24.78%44.31%-
HSV(B)160.71º39.72%55.29%-
XYZ16.8522.4122.18-
YUV122.2128.45101.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=24.36%
G=40.40%
B=35.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851411230.4000.130.45160.7124.7844.31
Hex558D7B280D2Da1192c
Octal12521517350015552413154
Binary1010101100011011111011101000011011011011010000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558D7B; }

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

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

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

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

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

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

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

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