Html Css Color HEX #508358 Killarney

📋 copy color: '#508358'

red 80 ◦ green 131 ◦ blue 88

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

Shades of Killarney #508358

Tints of Killarney #508358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

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

R = 26.76%
G = 43.81%
B = 29.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#508358 (or 0x508358) is known color: Killarney. HEX triplet: 50, 83 and 58. RGB value is (80,131,88). Sum of RGB (Red+Green+Blue) = 80+131+88=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #508358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508358 is #AF7CA7. Grayscale: #6E6E6E. Windows color (decimal): -11500712 or 5800784. OLE color: 5800784.

HSL color Cylindrical-coordinate representation of color #508358: hue angle of 129.41º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508358 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 88 -
CMYK 0.39 0 0.33 0.49
HSL 129.41º 0.24% 0.41% -
HSV(B) 129.41º 0.39% 0.51% -
XYZ 13.19 18.64 12.14 -
YUV 110.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 80 131 88 0.39 0 0.33 0.49 129.41 0.24 0.41
Hex 50 83 58 27 0 21 31 81 18 29
Octal 120 203 130 47 0 41 61 201 30 51
Binary 1010000 10000011 1011000 100111 0 100001 110001 10000001 11000 101001

Color Harmonies of #508358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508358

Black with #508358

Text Example


Text Example

White with #508358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508358; }

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

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

background-color css

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

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

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

border-color css

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

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

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