Html Css Color HEX #508465 Como

📋 copy color: '#508465'

red 80 ◦ green 132 ◦ blue 101

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

Shades of Como #508465

Tints of Como #508465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 25.56%
G = 42.17%
B = 32.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#508465 (or 0x508465) is known color: Como. HEX triplet: 50, 84 and 65. RGB value is (80,132,101). Sum of RGB (Red+Green+Blue) = 80+132+101=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #508465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508465 is #AF7B9A. Grayscale: #707070. Windows color (decimal): -11500443 or 6653008. OLE color: 6653008.

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

Color convert

RGB 80 132 101 -
CMYK 0.39 0 0.23 0.48
HSL 144.23º 0.25% 0.42% -
HSV(B) 144.23º 0.39% 0.52% -
XYZ 13.91 19.15 15.27 -
YUV 112.92 121.27 104.52 -
System Red Green Blue C M Y K H S L
Decimal 80 132 101 0.39 0 0.23 0.48 144.23 0.25 0.42
Hex 50 84 65 27 0 17 30 90 19 2A
Octal 120 204 145 47 0 27 60 220 31 52
Binary 1010000 10000100 1100101 100111 0 10111 110000 10010000 11001 101010

Color Harmonies of #508465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508465

Black with #508465

Text Example


Text Example

White with #508465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508465; }

 p { color: rgb(80,132,101); }

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

background-color css

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

 a { background-color: rgb(80,132,101); }

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

border-color css

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

 span { border-color: rgb(80,132,101); }

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