Html Css Color HEX #508562 Como

📋 copy color: '#508562'

red 80 ◦ green 133 ◦ blue 98

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

Shades of Como #508562

Tints of Como #508562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.77%

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

R = 25.72%
G = 42.77%
B = 31.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#508562 (or 0x508562) is known color: Como. HEX triplet: 50, 85 and 62. RGB value is (80,133,98). Sum of RGB (Red+Green+Blue) = 80+133+98=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #508562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508562 is #AF7A9D. Grayscale: #717171. Windows color (decimal): -11500190 or 6456656. OLE color: 6456656.

HSL color Cylindrical-coordinate representation of color #508562: hue angle of 140.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508562 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 133 98 -
CMYK 0.40 0 0.26 0.48
HSL 140.38º 0.25% 0.42% -
HSV(B) 140.38º 0.4% 0.52% -
XYZ 13.9 19.36 14.56 -
YUV 113.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 80 133 98 0.40 0 0.26 0.48 140.38 0.25 0.42
Hex 50 85 62 28 0 1A 30 8C 19 2A
Octal 120 205 142 50 0 32 60 214 31 52
Binary 1010000 10000101 1100010 101000 0 11010 110000 10001100 11001 101010

Color Harmonies of #508562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508562

Black with #508562

Text Example


Text Example

White with #508562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508562; }

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

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

background-color css

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

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

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

border-color css

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

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

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