#507658

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

Shades of Killarney #507658

Tints of Killarney #507658

Color information

#507658 (or 0x507658) is unknown color: approx Killarney. HEX triplet: 50, 76 and 58. RGB value is (80,118,88). Sum of RGB (Red+Green+Blue) = 80+118+88=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #507658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507658 is #AF89A7. Grayscale: #676767. Windows color (decimal): -11504040 or 5797456. OLE color: 5797456.

HSL color Cylindrical-coordinate representation of color #507658: hue angle of 132.63º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #507658 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB8011888-
CMYK0.3200.250.54
HSL132.63º19.19%38.82%-
HSV(B)132.63º32.2%46.27%-
XYZ11.5515.3711.59-
YUV103.22119.41111.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=27.97%
G=41.26%
B=30.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80118880.3200.250.54132.6319.1938.82
Hex5076582001936851327
Octal12016613040031662052347
Binary1010000111011010110001000000110011101101000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507658; }

 p { color: rgb(80,118,88); }

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

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

 a { background-color: rgb(80,118,88); }

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

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

 span { border-color: rgb(80,118,88); }

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