#557C5A

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

Shades of Killarney #557C5A

Tints of Killarney #557C5A

Color information

#557C5A (or 0x557C5A) is unknown color: approx Killarney. HEX triplet: 55, 7C and 5A. RGB value is (85,124,90). Sum of RGB (Red+Green+Blue) = 85+124+90=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #557C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557C5A is #AA83A5. Grayscale: #6C6C6C. Windows color (decimal): -11174822 or 5930069. OLE color: 5930069.

HSL color Cylindrical-coordinate representation of color #557C5A: hue angle of 127.69º 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 #557C5A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB8512490-
CMYK0.3100.270.51
HSL127.69º18.66%40.98%-
HSV(B)127.69º31.45%48.63%-
XYZ12.817.0812.3-
YUV108.46117.58111.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 124 (48.83% from 255) = 41.47%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=28.43%
G=41.47%
B=30.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85124900.3100.270.51127.6918.6640.98
Hex557C5A1F01B33801329
Octal12517413237033632002351
Binary101010111111001011010111110110111100111000000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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