Html Css Color HEX #508368 Como

📋 copy color: '#508368'

red 80 ◦ green 131 ◦ blue 104

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

Shades of Como #508368

Tints of Como #508368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 25.4%
G = 41.59%
B = 33.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#508368 (or 0x508368) is known color: Como. HEX triplet: 50, 83 and 68. RGB value is (80,131,104). Sum of RGB (Red+Green+Blue) = 80+131+104=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #508368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508368 is #AF7C97. Grayscale: #707070. Windows color (decimal): -11500696 or 6849360. OLE color: 6849360.

HSL color Cylindrical-coordinate representation of color #508368: hue angle of 148.24º 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 #508368 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 104 -
CMYK 0.39 0 0.21 0.49
HSL 148.24º 0.24% 0.41% -
HSV(B) 148.24º 0.39% 0.51% -
XYZ 13.92 18.94 16.02 -
YUV 112.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 80 131 104 0.39 0 0.21 0.49 148.24 0.24 0.41
Hex 50 83 68 27 0 15 31 94 18 29
Octal 120 203 150 47 0 25 61 224 30 51
Binary 1010000 10000011 1101000 100111 0 10101 110001 10010100 11000 101001

Color Harmonies of #508368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508368

Black with #508368

Text Example


Text Example

White with #508368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508368; }

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

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

background-color css

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

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

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

border-color css

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

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

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