#5A725B

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

Shades of Killarney #5A725B

Tints of Killarney #5A725B

Color information

#5A725B (or 0x5A725B) is unknown color: approx Killarney. HEX triplet: 5A, 72 and 5B. RGB value is (90,114,91). Sum of RGB (Red+Green+Blue) = 90+114+91=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #5A725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A725B is #A58DA4. Grayscale: #686868. Windows color (decimal): -10849701 or 5993050. OLE color: 5993050.

HSL color Cylindrical-coordinate representation of color #5A725B: hue angle of 122.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A725B is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB9011491-
CMYK0.2100.200.55
HSL122.5º11.76%40%-
HSV(B)122.5º21.05%44.71%-
XYZ12.1214.9612.15-
YUV104.2120.55117.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.51%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=30.51%
G=38.64%
B=30.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114910.2100.200.55122.511.7640
Hex5A725B15014377ac28
Octal13216213325024671721450
Binary1011010111001010110111010101010011011111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A725B; }

 p { color: rgb(90,114,91); }

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

<style>
 a { background-color: #5A725B; }

 a { background-color: rgb(90,114,91); }

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

<style>
 span { border-color: #5A725B; }

 span { border-color: rgb(90,114,91); }

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