Html Css Color HEX #507858 Killarney

📋 copy color: '#507858'

red 80 ◦ green 120 ◦ blue 88

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

Shades of Killarney #507858

Tints of Killarney #507858

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

 BLUE value IS 88 (34.77% from 255) = 30.56%

R = 27.78%
G = 41.67%
B = 30.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#507858 (or 0x507858) is known color: Killarney. HEX triplet: 50, 78 and 58. RGB value is (80,120,88). Sum of RGB (Red+Green+Blue) = 80+120+88=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 88 (34.77% from 255 or 30.56% from 288); Max value from RGB is 120 - color contains mainly: green. Hex color #507858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507858 is #AF87A7. Grayscale: #686868. Windows color (decimal): -11503528 or 5797968. OLE color: 5797968.

HSL color Cylindrical-coordinate representation of color #507858: hue angle of 132º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #507858 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 88 -
CMYK 0.33 0 0.27 0.53
HSL 132º 0.2% 0.39% -
HSV(B) 132º 0.33% 0.47% -
XYZ 11.79 15.84 11.67 -
YUV 104.39 118.75 110.6 -
System Red Green Blue C M Y K H S L
Decimal 80 120 88 0.33 0 0.27 0.53 132 0.2 0.39
Hex 50 78 58 21 0 1B 35 84 14 27
Octal 120 170 130 41 0 33 65 204 24 47
Binary 1010000 1111000 1011000 100001 0 11011 110101 10000100 10100 100111

Color Harmonies of #507858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507858

Black with #507858

Text Example


Text Example

White with #507858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507858; }

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

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

background-color css

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

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

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

border-color css

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

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

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