#57755A

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

Shades of Killarney #57755A

Tints of Killarney #57755A

Color information

#57755A (or 0x57755A) is unknown color: approx Killarney. HEX triplet: 57, 75 and 5A. RGB value is (87,117,90). Sum of RGB (Red+Green+Blue) = 87+117+90=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #57755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57755A is #A88AA5. Grayscale: #696969. Windows color (decimal): -11045542 or 5928279. OLE color: 5928279.

HSL color Cylindrical-coordinate representation of color #57755A: hue angle of 126º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57755A is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB8711790-
CMYK0.2600.230.54
HSL126º14.71%40%-
HSV(B)126º25.64%45.88%-
XYZ12.1415.4912.02-
YUV104.95119.56115.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.59%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=29.59%
G=39.80%
B=30.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117900.2600.230.5412614.7140
Hex57755A1A017367ef28
Octal12716513232027661761750
Binary1010111111010110110101101001011111011011111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57755A; }

 p { color: rgb(87,117,90); }

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

<style>
 a { background-color: #57755A; }

 a { background-color: rgb(87,117,90); }

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

<style>
 span { border-color: #57755A; }

 span { border-color: rgb(87,117,90); }

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