#5A6F5B

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

Shades of Killarney #5A6F5B

Tints of Killarney #5A6F5B

Color information

#5A6F5B (or 0x5A6F5B) is unknown color: approx Killarney. HEX triplet: 5A, 6F and 5B. RGB value is (90,111,91). Sum of RGB (Red+Green+Blue) = 90+111+91=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F5B is #A590A4. Grayscale: #666666. Windows color (decimal): -10850469 or 5992282. OLE color: 5992282.

HSL color Cylindrical-coordinate representation of color #5A6F5B: hue angle of 122.86º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6F5B is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB9011191-
CMYK0.1900.180.56
HSL122.86º10.45%39.41%-
HSV(B)122.86º18.92%43.53%-
XYZ11.7914.312.04-
YUV102.44121.54119.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.82%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=30.82%
G=38.01%
B=31.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90111910.1900.180.56122.8610.4539.41
Hex5A6F5B13012387ba27
Octal13215713323022701731247
Binary1011010110111110110111001101001011100011110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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