#557C58

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

Shades of Killarney #557C58

Tints of Killarney #557C58

Color information

#557C58 (or 0x557C58) is unknown color: approx Killarney. HEX triplet: 55, 7C and 58. RGB value is (85,124,88). Sum of RGB (Red+Green+Blue) = 85+124+88=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 124 (48.83% from 255 or 41.75% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 124 - color contains mainly: green. Hex color #557C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C58 is #AA83A7. Grayscale: #6C6C6C. Windows color (decimal): -11174824 or 5798997. OLE color: 5798997.

HSL color Cylindrical-coordinate representation of color #557C58: hue angle of 124.62º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557C58 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB8512488-
CMYK0.3100.290.51
HSL124.62º18.66%40.98%-
HSV(B)124.62º31.45%48.63%-
XYZ12.7217.0511.85-
YUV108.24116.58111.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 124 (48.83% from 255) = 41.75%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=28.62%
G=41.75%
B=29.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124880.3100.290.51124.6218.6640.98
Hex557C581F01D337d1329
Octal12517413037035631752351
Binary10101011111100101100011111011101110011111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,124,88); }

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

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

 a { background-color: rgb(85,124,88); }

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

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

 span { border-color: rgb(85,124,88); }

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