Html Css Color HEX #506358 Feldgrau

📋 copy color: '#506358'

red 80 ◦ green 99 ◦ blue 88

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

Shades of Feldgrau #506358

Tints of Feldgrau #506358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.08%

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

R = 29.96%
G = 37.08%
B = 32.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#506358 (or 0x506358) is known color: Feldgrau. HEX triplet: 50, 63 and 58. RGB value is (80,99,88). Sum of RGB (Red+Green+Blue) = 80+99+88=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #506358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506358 is #AF9CA7. Grayscale: #5C5C5C. Windows color (decimal): -11508904 or 5792592. OLE color: 5792592.

HSL color Cylindrical-coordinate representation of color #506358: hue angle of 145.26º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #506358 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 88 -
CMYK 0.19 0 0.11 0.61
HSL 145.26º 0.11% 0.35% -
HSV(B) 145.26º 0.19% 0.39% -
XYZ 9.53 11.33 10.92 -
YUV 92.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 80 99 88 0.19 0 0.11 0.61 145.26 0.11 0.35
Hex 50 63 58 13 0 B 3D 91 B 23
Octal 120 143 130 23 0 13 75 221 13 43
Binary 1010000 1100011 1011000 10011 0 1011 111101 10010001 1011 100011

Color Harmonies of #506358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506358

Black with #506358

Text Example


Text Example

White with #506358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506358; }

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

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

background-color css

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

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

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

border-color css

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

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

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