#557B5A

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

Shades of Killarney #557B5A

Tints of Killarney #557B5A

Color information

#557B5A (or 0x557B5A) is unknown color: approx Killarney. HEX triplet: 55, 7B and 5A. RGB value is (85,123,90). Sum of RGB (Red+Green+Blue) = 85+123+90=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #557B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B5A is #AA84A5. Grayscale: #6B6B6B. Windows color (decimal): -11175078 or 5929813. OLE color: 5929813.

HSL color Cylindrical-coordinate representation of color #557B5A: hue angle of 127.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B5A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB8512390-
CMYK0.3100.270.52
HSL127.89º18.27%40.78%-
HSV(B)127.89º30.89%48.24%-
XYZ12.6716.8412.25-
YUV107.88117.91111.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 123 (48.44% from 255) = 41.28%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=28.52%
G=41.28%
B=30.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85123900.3100.270.52127.8918.2740.78
Hex557B5A1F01B34801229
Octal12517313237033642002251
Binary101010111110111011010111110110111101001000000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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