Html Css Color HEX #508262 Como

📋 copy color: '#508262'

red 80 ◦ green 130 ◦ blue 98

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

Shades of Como #508262

Tints of Como #508262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.21%

 BLUE value IS 98 (38.67% from 255) = 31.82%

R = 25.97%
G = 42.21%
B = 31.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#508262 (or 0x508262) is known color: Como. HEX triplet: 50, 82 and 62. RGB value is (80,130,98). Sum of RGB (Red+Green+Blue) = 80+130+98=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #508262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508262 is #AF7D9D. Grayscale: #6F6F6F. Windows color (decimal): -11500958 or 6455888. OLE color: 6455888.

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

Color convert

RGB 80 130 98 -
CMYK 0.38 0 0.25 0.49
HSL 141.6º 0.24% 0.41% -
HSV(B) 141.6º 0.38% 0.51% -
XYZ 13.5 18.55 14.42 -
YUV 111.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 80 130 98 0.38 0 0.25 0.49 141.6 0.24 0.41
Hex 50 82 62 26 0 19 31 8E 18 29
Octal 120 202 142 46 0 31 61 216 30 51
Binary 1010000 10000010 1100010 100110 0 11001 110001 10001110 11000 101001

Color Harmonies of #508262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508262

Black with #508262

Text Example


Text Example

White with #508262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508262; }

 p { color: rgb(80,130,98); }

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

background-color css

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

 a { background-color: rgb(80,130,98); }

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

border-color css

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

 span { border-color: rgb(80,130,98); }

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