Html Css Color HEX #507257 Killarney

📋 copy color: '#507257'

red 80 ◦ green 114 ◦ blue 87

#507257
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Killarney #507257

Tints of Killarney #507257

RGB

 RED value IS 80 (31.64% from 255) = 28.47%

 GREEN value IS 114 (44.92% from 255) = 40.57%

 BLUE value IS 87 (34.38% from 255) = 30.96%

R = 28.47%
G = 40.57%
B = 30.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#507257 (or 0x507257) is known color: Killarney. HEX triplet: 50, 72 and 57. RGB value is (80,114,87). Sum of RGB (Red+Green+Blue) = 80+114+87=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #507257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507257 is #AF8DA8. Grayscale: #646464. Windows color (decimal): -11505065 or 5730896. OLE color: 5730896.

HSL color Cylindrical-coordinate representation of color #507257: hue angle of 132.35º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507257 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 87 -
CMYK 0.30 0 0.24 0.55
HSL 132.35º 0.18% 0.38% -
HSV(B) 132.35º 0.3% 0.45% -
XYZ 11.05 14.43 11.22 -
YUV 100.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 80 114 87 0.30 0 0.24 0.55 132.35 0.18 0.38
Hex 50 72 57 1E 0 18 37 84 12 26
Octal 120 162 127 36 0 30 67 204 22 46
Binary 1010000 1110010 1010111 11110 0 11000 110111 10000100 10010 100110

Color Harmonies of #507257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507257

Black with #507257

Text Example


Text Example

White with #507257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507257; }

 p { color: rgb(80,114,87); }

 H1.HeaderClassName
 {
   color: #507257;
 }
 .AnyTagClassName
 {
   color: #507257;
 }
</style>

background-color css

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

 a { background-color: rgb(80,114,87); }

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

border-color css

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

 span { border-color: rgb(80,114,87); }

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