Html Css Color HEX #507055 Killarney

📋 copy color: '#507055'

red 80 ◦ green 112 ◦ blue 85

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

Shades of Killarney #507055

Tints of Killarney #507055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 85 (33.59% from 255) = 30.69%

R = 28.88%
G = 40.43%
B = 30.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#507055 (or 0x507055) is known color: Killarney. HEX triplet: 50, 70 and 55. RGB value is (80,112,85). Sum of RGB (Red+Green+Blue) = 80+112+85=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #507055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507055 is #AF8FAA. Grayscale: #636363. Windows color (decimal): -11505579 or 5599312. OLE color: 5599312.

HSL color Cylindrical-coordinate representation of color #507055: hue angle of 129.38º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507055 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 112 85 -
CMYK 0.29 0 0.24 0.56
HSL 129.38º 0.17% 0.38% -
HSV(B) 129.38º 0.29% 0.44% -
XYZ 10.74 13.95 10.72 -
YUV 99.35 119.9 114.2 -
System Red Green Blue C M Y K H S L
Decimal 80 112 85 0.29 0 0.24 0.56 129.38 0.17 0.38
Hex 50 70 55 1D 0 18 38 81 11 26
Octal 120 160 125 35 0 30 70 201 21 46
Binary 1010000 1110000 1010101 11101 0 11000 111000 10000001 10001 100110

Color Harmonies of #507055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507055

Black with #507055

Text Example


Text Example

White with #507055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507055; }

 p { color: rgb(80,112,85); }

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

background-color css

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

 a { background-color: rgb(80,112,85); }

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

border-color css

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

 span { border-color: rgb(80,112,85); }

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