Html Css Color HEX #508564 Como

📋 copy color: '#508564'

red 80 ◦ green 133 ◦ blue 100

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

Shades of Como #508564

Tints of Como #508564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.95%

R = 25.56%
G = 42.49%
B = 31.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#508564 (or 0x508564) is known color: Como. HEX triplet: 50, 85 and 64. RGB value is (80,133,100). Sum of RGB (Red+Green+Blue) = 80+133+100=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #508564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508564 is #AF7A9B. Grayscale: #717171. Windows color (decimal): -11500188 or 6587728. OLE color: 6587728.

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

Color convert

RGB 80 133 100 -
CMYK 0.40 0 0.25 0.48
HSL 142.64º 0.25% 0.42% -
HSV(B) 142.64º 0.4% 0.52% -
XYZ 14 19.4 15.06 -
YUV 113.39 120.44 104.18 -
System Red Green Blue C M Y K H S L
Decimal 80 133 100 0.40 0 0.25 0.48 142.64 0.25 0.42
Hex 50 85 64 28 0 19 30 8F 19 2A
Octal 120 205 144 50 0 31 60 217 31 52
Binary 1010000 10000101 1100100 101000 0 11001 110000 10001111 11001 101010

Color Harmonies of #508564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508564

Black with #508564

Text Example


Text Example

White with #508564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508564; }

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

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

background-color css

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

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

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

border-color css

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

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

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