Html Css Color HEX #507258 Como

📋 copy color: '#507258'

red 80 ◦ green 114 ◦ blue 88

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

Shades of Como #507258

Tints of Como #507258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

 BLUE value IS 88 (34.77% from 255) = 31.21%

R = 28.37%
G = 40.43%
B = 31.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#507258 (or 0x507258) is known color: Como. HEX triplet: 50, 72 and 58. RGB value is (80,114,88). Sum of RGB (Red+Green+Blue) = 80+114+88=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #507258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507258 is #AF8DA7. Grayscale: #646464. Windows color (decimal): -11505064 or 5796432. OLE color: 5796432.

HSL color Cylindrical-coordinate representation of color #507258: hue angle of 134.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507258 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 88 -
CMYK 0.30 0 0.23 0.55
HSL 134.12º 0.18% 0.38% -
HSV(B) 134.12º 0.3% 0.45% -
XYZ 11.09 14.44 11.44 -
YUV 100.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 80 114 88 0.30 0 0.23 0.55 134.12 0.18 0.38
Hex 50 72 58 1E 0 17 37 86 12 26
Octal 120 162 130 36 0 27 67 206 22 46
Binary 1010000 1110010 1011000 11110 0 10111 110111 10000110 10010 100110

Color Harmonies of #507258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507258

Black with #507258

Text Example


Text Example

White with #507258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507258; }

 p { color: rgb(80,114,88); }

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

background-color css

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

 a { background-color: rgb(80,114,88); }

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

border-color css

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

 span { border-color: rgb(80,114,88); }

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