Html Css Color HEX #508568 Como

📋 copy color: '#508568'

red 80 ◦ green 133 ◦ blue 104

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

Shades of Como #508568

Tints of Como #508568

RGB

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

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

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

R = 25.24%
G = 41.96%
B = 32.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#508568 (or 0x508568) is known color: Como. HEX triplet: 50, 85 and 68. RGB value is (80,133,104). Sum of RGB (Red+Green+Blue) = 80+133+104=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #508568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508568 is #AF7A97. Grayscale: #717171. Windows color (decimal): -11500184 or 6849872. OLE color: 6849872.

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

Color convert

RGB 80 133 104 -
CMYK 0.40 0 0.22 0.48
HSL 147.17º 0.25% 0.42% -
HSV(B) 147.17º 0.4% 0.52% -
XYZ 14.19 19.48 16.11 -
YUV 113.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 80 133 104 0.40 0 0.22 0.48 147.17 0.25 0.42
Hex 50 85 68 28 0 16 30 93 19 2A
Octal 120 205 150 50 0 26 60 223 31 52
Binary 1010000 10000101 1101000 101000 0 10110 110000 10010011 11001 101010

Color Harmonies of #508568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508568

Black with #508568

Text Example


Text Example

White with #508568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508568; }

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

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

background-color css

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

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

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

border-color css

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

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

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