#558A6B

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

Shades of Cutty Sark #558A6B

Tints of Cutty Sark #558A6B

Color information

#558A6B (or 0x558A6B) is unknown color: approx Cutty Sark. HEX triplet: 55, 8A and 6B. RGB value is (85,138,107). Sum of RGB (Red+Green+Blue) = 85+138+107=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 138 - color contains mainly: green. Hex color #558A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558A6B is #AA7594. Grayscale: #767676. Windows color (decimal): -11171221 or 7047765. OLE color: 7047765.

HSL color Cylindrical-coordinate representation of color #558A6B: hue angle of 144.91º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558A6B is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB85138107-
CMYK0.3800.220.46
HSL144.91º23.77%43.73%-
HSV(B)144.91º38.41%54.12%-
XYZ15.4921.1717.18-
YUV118.62121.44104.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=25.76%
G=41.82%
B=32.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851381070.3800.220.46144.9123.7743.73
Hex558A6B260162E91182c
Octal12521215346026562213054
Binary10101011000101011010111001100101101011101001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,138,107); }

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

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

 a { background-color: rgb(85,138,107); }

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

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

 span { border-color: rgb(85,138,107); }

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