Html Css Color HEX #507158 Como

📋 copy color: '#507158'

red 80 ◦ green 113 ◦ blue 88

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

Shades of Como #507158

Tints of Como #507158

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.21%

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

R = 28.47%
G = 40.21%
B = 31.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#507158 (or 0x507158) is known color: Como. HEX triplet: 50, 71 and 58. RGB value is (80,113,88). Sum of RGB (Red+Green+Blue) = 80+113+88=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #507158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507158 is #AF8EA7. Grayscale: #646464. Windows color (decimal): -11505320 or 5796176. OLE color: 5796176.

HSL color Cylindrical-coordinate representation of color #507158: hue angle of 134.55º 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 #507158 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 88 -
CMYK 0.29 0 0.22 0.56
HSL 134.55º 0.17% 0.38% -
HSV(B) 134.55º 0.29% 0.44% -
XYZ 10.97 14.22 11.4 -
YUV 100.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 80 113 88 0.29 0 0.22 0.56 134.55 0.17 0.38
Hex 50 71 58 1D 0 16 38 87 11 26
Octal 120 161 130 35 0 26 70 207 21 46
Binary 1010000 1110001 1011000 11101 0 10110 111000 10000111 10001 100110

Color Harmonies of #507158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507158

Black with #507158

Text Example


Text Example

White with #507158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507158; }

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

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

background-color css

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

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

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

border-color css

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

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

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