Html Css Color HEX #506258 Feldgrau

📋 copy color: '#506258'

red 80 ◦ green 98 ◦ blue 88

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

Shades of Feldgrau #506258

Tints of Feldgrau #506258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

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

R = 30.08%
G = 36.84%
B = 33.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#506258 (or 0x506258) is known color: Feldgrau. HEX triplet: 50, 62 and 58. RGB value is (80,98,88). Sum of RGB (Red+Green+Blue) = 80+98+88=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #506258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506258 is #AF9DA7. Grayscale: #5B5B5B. Windows color (decimal): -11509160 or 5792336. OLE color: 5792336.

HSL color Cylindrical-coordinate representation of color #506258: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506258 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 88 -
CMYK 0.18 0 0.10 0.62
HSL 146.67º 0.1% 0.35% -
HSV(B) 146.67º 0.18% 0.38% -
XYZ 9.44 11.15 10.89 -
YUV 91.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 80 98 88 0.18 0 0.10 0.62 146.67 0.1 0.35
Hex 50 62 58 12 0 A 3E 93 A 23
Octal 120 142 130 22 0 12 76 223 12 43
Binary 1010000 1100010 1011000 10010 0 1010 111110 10010011 1010 100011

Color Harmonies of #506258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506258

Black with #506258

Text Example


Text Example

White with #506258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506258; }

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

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

background-color css

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

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

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

border-color css

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

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

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